#270388

Color #270388 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #270388

Tints of Persian Indigo #270388

Color information

#270388 (or 0x270388) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 88. RGB value is (39,3,136). Sum of RGB (Red+Green+Blue) = 39+3+136=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #270388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270388 is #D8FC77. Grayscale: #1C1C1C. Windows color (decimal): -14220408 or 8913703. OLE color: 8913703.

HSL color Cylindrical-coordinate representation of color #270388: hue angle of 256.24º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270388 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB393136-
CMYK0.710.9800.47
HSL256.24º95.68%27.25%-
HSV(B)256.24º97.79%53.33%-
XYZ5.312.2723.45-
YUV28.93188.43135.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 136 (53.52% from 255) = 76.40%
R=21.91%
G=1.69%
B=76.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3931360.710.9800.47256.2495.6827.25
Hex27388476202F100601b
Octal47321010714205740014033
Binary1001111110001000100011111000100101111100000000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270388; }

 p { color: rgb(39,3,136); }

 H1.HeaderClassName
 {
   color: #270388;
 }
 .AnyTagClassName
 {
   color: #270388;
 }
</style>
background-color css

<style>
 a { background-color: #270388; }

 a { background-color: rgb(39,3,136); }

 div.DivClassName
 {
   background-color: #270388;
 }
 .BgClassName
 {
   background-color: #270388;
 }
</style>
border-color css

<style>
 span { border-color: #270388; }

 span { border-color: rgb(39,3,136); }

 td.TdClassName
 {
   border-color: #270388;
 }
 .TagClassName
 {
   border-color: #270388;
 }
</style>