Html Css Color HEX #27087D Persian Indigo

📋 copy color: '#27087D'

red 39 ◦ green 8 ◦ blue 125

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

Shades of Persian Indigo #27087D

Tints of Persian Indigo #27087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 22.67%
G = 4.65%
B = 72.67%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27087D (or 0x27087D) is known color: Persian Indigo. HEX triplet: 27, 08 and 7D. RGB value is (39,8,125). Sum of RGB (Red+Green+Blue) = 39+8+125=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #27087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27087D is #D8F782. Grayscale: #1E1E1E. Windows color (decimal): -14219139 or 8194087. OLE color: 8194087.

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

Color convert

RGB 39 8 125 -
CMYK 0.69 0.94 0 0.51
HSL 255.9º 0.88% 0.26% -
HSV(B) 255.9º 0.94% 0.49% -
XYZ 4.63 2.09 19.56 -
YUV 30.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 39 8 125 0.69 0.94 0 0.51 255.9 0.88 0.26
Hex 27 8 7D 45 5E 0 33 100 58 1A
Octal 47 10 175 105 136 0 63 400 130 32
Binary 100111 1000 1111101 1000101 1011110 0 110011 100000000 1011000 11010

Color Harmonies of #27087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27087D

Black with #27087D

Text Example


Text Example

White with #27087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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