Html Css Color HEX #27005D Persian Indigo

📋 copy color: '#27005D'

red 39 ◦ green 0 ◦ blue 93

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

Shades of Persian Indigo #27005D

Tints of Persian Indigo #27005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 70.45%

R = 29.55%
G = 0%
B = 70.45%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27005D (or 0x27005D) is known color: Persian Indigo. HEX triplet: 27, 00 and 5D. RGB value is (39,0,93). Sum of RGB (Red+Green+Blue) = 39+0+93=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #27005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27005D is #D8FFA2. Grayscale: #151515. Windows color (decimal): -14221219 or 6094887. OLE color: 6094887.

HSL color Cylindrical-coordinate representation of color #27005D: hue angle of 265.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27005D is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 0 93 -
CMYK 0.58 1 0 0.64
HSL 265.16º 1% 0.18% -
HSV(B) 265.16º 1% 0.36% -
XYZ 2.81 1.22 10.44 -
YUV 22.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 39 0 93 0.58 1 0 0.64 265.16 1 0.18
Hex 27 0 5D 3A 64 0 40 109 64 12
Octal 47 0 135 72 144 0 100 411 144 22
Binary 100111 0 1011101 111010 1100100 0 1000000 100001001 1100100 10010

Color Harmonies of #27005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27005D

Black with #27005D

Text Example


Text Example

White with #27005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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