Html Css Color HEX #27137D Persian Indigo

📋 copy color: '#27137D'

red 39 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #27137D

Tints of Persian Indigo #27137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 21.31%
G = 10.38%
B = 68.31%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27137D (or 0x27137D) is known color: Persian Indigo. HEX triplet: 27, 13 and 7D. RGB value is (39,19,125). Sum of RGB (Red+Green+Blue) = 39+19+125=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #27137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27137D is #D8EC82. Grayscale: #242424. Windows color (decimal): -14216323 or 8196903. OLE color: 8196903.

HSL color Cylindrical-coordinate representation of color #27137D: hue angle of 251.32º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27137D is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 19 125 -
CMYK 0.69 0.85 0 0.51
HSL 251.32º 0.74% 0.28% -
HSV(B) 251.32º 0.85% 0.49% -
XYZ 4.77 2.38 19.61 -
YUV 37.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 39 19 125 0.69 0.85 0 0.51 251.32 0.74 0.28
Hex 27 13 7D 45 55 0 33 FB 4A 1C
Octal 47 23 175 105 125 0 63 373 112 34
Binary 100111 10011 1111101 1000101 1010101 0 110011 11111011 1001010 11100

Color Harmonies of #27137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27137D

Black with #27137D

Text Example


Text Example

White with #27137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27137D; }

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

 H1.HeaderClassName
 {
   color: #27137D;
 }
 .AnyTagClassName
 {
   color: #27137D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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