Html Css Color HEX #27007D Persian Indigo

📋 copy color: '#27007D'

red 39 ◦ green 0 ◦ blue 125

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

Shades of Persian Indigo #27007D

Tints of Persian Indigo #27007D

RGB

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

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

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

R = 23.78%
G = 0%
B = 76.22%

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

#27007D (or 0x27007D) is known color: Persian Indigo. HEX triplet: 27, 00 and 7D. RGB value is (39,0,125). Sum of RGB (Red+Green+Blue) = 39+0+125=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #27007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27007D is #D8FF82. Grayscale: #191919. Windows color (decimal): -14221187 or 8192039. OLE color: 8192039.

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

Color convert

RGB 39 0 125 -
CMYK 0.69 1 0 0.51
HSL 258.72º 1% 0.25% -
HSV(B) 258.72º 1% 0.49% -
XYZ 4.54 1.91 19.53 -
YUV 25.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 39 0 125 0.69 1 0 0.51 258.72 1 0.25
Hex 27 0 7D 45 64 0 33 103 64 19
Octal 47 0 175 105 144 0 63 403 144 31
Binary 100111 0 1111101 1000101 1100100 0 110011 100000011 1100100 11001

Color Harmonies of #27007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27007D

Black with #27007D

Text Example


Text Example

White with #27007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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