Html Css Color HEX #27017D Persian Indigo

📋 copy color: '#27017D'

red 39 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #27017D

Tints of Persian Indigo #27017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 23.64%
G = 0.61%
B = 75.76%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27017D (or 0x27017D) is known color: Persian Indigo. HEX triplet: 27, 01 and 7D. RGB value is (39,1,125). Sum of RGB (Red+Green+Blue) = 39+1+125=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #27017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27017D is #D8FE82. Grayscale: #1A1A1A. Windows color (decimal): -14220931 or 8192295. OLE color: 8192295.

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

Color convert

RGB 39 1 125 -
CMYK 0.69 0.99 0 0.51
HSL 258.39º 0.98% 0.25% -
HSV(B) 258.39º 0.99% 0.49% -
XYZ 4.55 1.93 19.54 -
YUV 26.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 39 1 125 0.69 0.99 0 0.51 258.39 0.98 0.25
Hex 27 1 7D 45 63 0 33 102 62 19
Octal 47 1 175 105 143 0 63 402 142 31
Binary 100111 1 1111101 1000101 1100011 0 110011 100000010 1100010 11001

Color Harmonies of #27017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27017D

Black with #27017D

Text Example


Text Example

White with #27017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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