Html Css Color HEX #27136F Persian Indigo

📋 copy color: '#27136F'

red 39 ◦ green 19 ◦ blue 111

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

Shades of Persian Indigo #27136F

Tints of Persian Indigo #27136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 23.08%
G = 11.24%
B = 65.68%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27136F (or 0x27136F) is known color: Persian Indigo. HEX triplet: 27, 13 and 6F. RGB value is (39,19,111). Sum of RGB (Red+Green+Blue) = 39+19+111=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #27136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27136F is #D8EC90. Grayscale: #232323. Windows color (decimal): -14216337 or 7279399. OLE color: 7279399.

HSL color Cylindrical-coordinate representation of color #27136F: hue angle of 253.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27136F is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 19 111 -
CMYK 0.65 0.83 0 0.56
HSL 253.04º 0.71% 0.25% -
HSV(B) 253.04º 0.83% 0.44% -
XYZ 3.94 2.04 15.23 -
YUV 35.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 39 19 111 0.65 0.83 0 0.56 253.04 0.71 0.25
Hex 27 13 6F 41 53 0 38 FD 47 19
Octal 47 23 157 101 123 0 70 375 107 31
Binary 100111 10011 1101111 1000001 1010011 0 111000 11111101 1000111 11001

Color Harmonies of #27136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27136F

Black with #27136F

Text Example


Text Example

White with #27136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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