Html Css Color HEX #27007C Persian Indigo

📋 copy color: '#27007C'

red 39 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #27007C

Tints of Persian Indigo #27007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 23.93%
G = 0%
B = 76.07%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27007C (or 0x27007C) is known color: Persian Indigo. HEX triplet: 27, 00 and 7C. RGB value is (39,0,124). Sum of RGB (Red+Green+Blue) = 39+0+124=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #27007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27007C is #D8FF83. Grayscale: #191919. Windows color (decimal): -14221188 or 8126503. OLE color: 8126503.

HSL color Cylindrical-coordinate representation of color #27007C: hue angle of 258.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27007C is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 0 124 -
CMYK 0.69 1 0 0.51
HSL 258.87º 1% 0.24% -
HSV(B) 258.87º 1% 0.49% -
XYZ 4.47 1.89 19.2 -
YUV 25.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 39 0 124 0.69 1 0 0.51 258.87 1 0.24
Hex 27 0 7C 45 64 0 33 103 64 18
Octal 47 0 174 105 144 0 63 403 144 30
Binary 100111 0 1111100 1000101 1100100 0 110011 100000011 1100100 11000

Color Harmonies of #27007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27007C

Black with #27007C

Text Example


Text Example

White with #27007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27007C; }

 p { color: rgb(39,0,124); }

 H1.HeaderClassName
 {
   color: #27007C;
 }
 .AnyTagClassName
 {
   color: #27007C;
 }
</style>

background-color css

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

 a { background-color: rgb(39,0,124); }

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

border-color css

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

 span { border-color: rgb(39,0,124); }

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