Html Css Color HEX #270572 Persian Indigo

📋 copy color: '#270572'

red 39 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #270572

Tints of Persian Indigo #270572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 24.68%
G = 3.16%
B = 72.15%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270572 (or 0x270572) is known color: Persian Indigo. HEX triplet: 27, 05 and 72. RGB value is (39,5,114). Sum of RGB (Red+Green+Blue) = 39+5+114=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #270572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270572 is #D8FA8D. Grayscale: #1B1B1B. Windows color (decimal): -14219918 or 7472423. OLE color: 7472423.

HSL color Cylindrical-coordinate representation of color #270572: hue angle of 258.72º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270572 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 5 114 -
CMYK 0.66 0.96 0 0.55
HSL 258.72º 0.92% 0.23% -
HSV(B) 258.72º 0.96% 0.45% -
XYZ 3.93 1.75 16.05 -
YUV 27.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 39 5 114 0.66 0.96 0 0.55 258.72 0.92 0.23
Hex 27 5 72 42 60 0 37 103 5C 17
Octal 47 5 162 102 140 0 67 403 134 27
Binary 100111 101 1110010 1000010 1100000 0 110111 100000011 1011100 10111

Color Harmonies of #270572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270572

Black with #270572

Text Example


Text Example

White with #270572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270572; }

 p { color: rgb(39,5,114); }

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

background-color css

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

 a { background-color: rgb(39,5,114); }

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

border-color css

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

 span { border-color: rgb(39,5,114); }

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