Html Css Color HEX #270372 Persian Indigo

📋 copy color: '#270372'

red 39 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #270372

Tints of Persian Indigo #270372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 25%
G = 1.92%
B = 73.08%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270372 (or 0x270372) is known color: Persian Indigo. HEX triplet: 27, 03 and 72. RGB value is (39,3,114). Sum of RGB (Red+Green+Blue) = 39+3+114=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #270372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270372 is #D8FC8D. Grayscale: #1A1A1A. Windows color (decimal): -14220430 or 7471911. OLE color: 7471911.

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

Color convert

RGB 39 3 114 -
CMYK 0.66 0.97 0 0.55
HSL 259.46º 0.95% 0.23% -
HSV(B) 259.46º 0.97% 0.45% -
XYZ 3.91 1.71 16.04 -
YUV 26.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 39 3 114 0.66 0.97 0 0.55 259.46 0.95 0.23
Hex 27 3 72 42 61 0 37 103 5F 17
Octal 47 3 162 102 141 0 67 403 137 27
Binary 100111 11 1110010 1000010 1100001 0 110111 100000011 1011111 10111

Color Harmonies of #270372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270372

Black with #270372

Text Example


Text Example

White with #270372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270372; }

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

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

background-color css

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

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

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

border-color css

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

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

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