Html Css Color HEX #27016D Persian Indigo

📋 copy color: '#27016D'

red 39 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #27016D

Tints of Persian Indigo #27016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.15%

R = 26.17%
G = 0.67%
B = 73.15%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27016D (or 0x27016D) is known color: Persian Indigo. HEX triplet: 27, 01 and 6D. RGB value is (39,1,109). Sum of RGB (Red+Green+Blue) = 39+1+109=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #27016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27016D is #D8FE92. Grayscale: #181818. Windows color (decimal): -14220947 or 7143719. OLE color: 7143719.

HSL color Cylindrical-coordinate representation of color #27016D: hue angle of 261.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27016D is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 1 109 -
CMYK 0.64 0.99 0 0.57
HSL 261.11º 0.98% 0.22% -
HSV(B) 261.11º 0.99% 0.43% -
XYZ 3.61 1.56 14.58 -
YUV 24.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 39 1 109 0.64 0.99 0 0.57 261.11 0.98 0.22
Hex 27 1 6D 40 63 0 39 105 62 16
Octal 47 1 155 100 143 0 71 405 142 26
Binary 100111 1 1101101 1000000 1100011 0 111001 100000101 1100010 10110

Color Harmonies of #27016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27016D

Black with #27016D

Text Example


Text Example

White with #27016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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