Html Css Color HEX #27046C Persian Indigo

📋 copy color: '#27046C'

red 39 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #27046C

Tints of Persian Indigo #27046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 108 (42.58% from 255) = 71.52%

R = 25.83%
G = 2.65%
B = 71.52%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27046C (or 0x27046C) is known color: Persian Indigo. HEX triplet: 27, 04 and 6C. RGB value is (39,4,108). Sum of RGB (Red+Green+Blue) = 39+4+108=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #27046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27046C is #D8FB93. Grayscale: #191919. Windows color (decimal): -14220180 or 7078951. OLE color: 7078951.

HSL color Cylindrical-coordinate representation of color #27046C: hue angle of 260.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27046C is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 4 108 -
CMYK 0.64 0.96 0 0.58
HSL 260.19º 0.93% 0.22% -
HSV(B) 260.19º 0.96% 0.42% -
XYZ 3.59 1.6 14.31 -
YUV 26.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 39 4 108 0.64 0.96 0 0.58 260.19 0.93 0.22
Hex 27 4 6C 40 60 0 3A 104 5D 16
Octal 47 4 154 100 140 0 72 404 135 26
Binary 100111 100 1101100 1000000 1100000 0 111010 100000100 1011101 10110

Color Harmonies of #27046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27046C

Black with #27046C

Text Example


Text Example

White with #27046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27046C; }

 p { color: rgb(39,4,108); }

 H1.HeaderClassName
 {
   color: #27046C;
 }
 .AnyTagClassName
 {
   color: #27046C;
 }
</style>

background-color css

<style>
 a { background-color: #27046C; }

 a { background-color: rgb(39,4,108); }

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

border-color css

<style>
 span { border-color: #27046C; }

 span { border-color: rgb(39,4,108); }

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