Html Css Color HEX #27136A Persian Indigo

📋 copy color: '#27136A'

red 39 ◦ green 19 ◦ blue 106

#27136A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #27136A

Tints of Persian Indigo #27136A

RGB

 RED value IS 39 (15.63% from 255) = 23.78%

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 106 (41.8% from 255) = 64.63%

R = 23.78%
G = 11.59%
B = 64.63%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27136A (or 0x27136A) is known color: Persian Indigo. HEX triplet: 27, 13 and 6A. RGB value is (39,19,106). Sum of RGB (Red+Green+Blue) = 39+19+106=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #27136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27136A is #D8EC95. Grayscale: #222222. Windows color (decimal): -14216342 or 6951719. OLE color: 6951719.

HSL color Cylindrical-coordinate representation of color #27136A: hue angle of 253.79º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27136A is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 19 106 -
CMYK 0.63 0.82 0 0.58
HSL 253.79º 0.7% 0.25% -
HSV(B) 253.79º 0.82% 0.42% -
XYZ 3.67 1.94 13.82 -
YUV 34.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 39 19 106 0.63 0.82 0 0.58 253.79 0.7 0.25
Hex 27 13 6A 3F 52 0 3A FE 46 19
Octal 47 23 152 77 122 0 72 376 106 31
Binary 100111 10011 1101010 111111 1010010 0 111010 11111110 1000110 11001

Color Harmonies of #27136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27136A

Black with #27136A

Text Example


Text Example

White with #27136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27136A; }

 p { color: rgb(39,19,106); }

 H1.HeaderClassName
 {
   color: #27136A;
 }
 .AnyTagClassName
 {
   color: #27136A;
 }
</style>

background-color css

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

 a { background-color: rgb(39,19,106); }

 div.DivClassName
 {
   background-color: #27136A;
 }
 .BgClassName
 {
   background-color: #27136A;
 }
</style>

border-color css

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

 span { border-color: rgb(39,19,106); }

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