Html Css Color HEX #27005F Persian Indigo

📋 copy color: '#27005F'

red 39 ◦ green 0 ◦ blue 95

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

Shades of Persian Indigo #27005F

Tints of Persian Indigo #27005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 70.9%

R = 29.1%
G = 0%
B = 70.9%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27005F (or 0x27005F) is known color: Persian Indigo. HEX triplet: 27, 00 and 5F. RGB value is (39,0,95). Sum of RGB (Red+Green+Blue) = 39+0+95=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #27005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27005F is #D8FFA0. Grayscale: #161616. Windows color (decimal): -14221217 or 6225959. OLE color: 6225959.

HSL color Cylindrical-coordinate representation of color #27005F: hue angle of 264.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27005F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 0 95 -
CMYK 0.59 1 0 0.63
HSL 264.63º 1% 0.19% -
HSV(B) 264.63º 1% 0.37% -
XYZ 2.9 1.26 10.92 -
YUV 22.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 39 0 95 0.59 1 0 0.63 264.63 1 0.19
Hex 27 0 5F 3B 64 0 3F 109 64 13
Octal 47 0 137 73 144 0 77 411 144 23
Binary 100111 0 1011111 111011 1100100 0 111111 100001001 1100100 10011

Color Harmonies of #27005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27005F

Black with #27005F

Text Example


Text Example

White with #27005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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