Html Css Color HEX #270F76 Persian Indigo

📋 copy color: '#270F76'

red 39 ◦ green 15 ◦ blue 118

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

Shades of Persian Indigo #270F76

Tints of Persian Indigo #270F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

 BLUE value IS 118 (46.48% from 255) = 68.6%

R = 22.67%
G = 8.72%
B = 68.6%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270F76 (or 0x270F76) is known color: Persian Indigo. HEX triplet: 27, 0F and 76. RGB value is (39,15,118). Sum of RGB (Red+Green+Blue) = 39+15+118=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #270F76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F76 is #D8F089. Grayscale: #212121. Windows color (decimal): -14217354 or 7737127. OLE color: 7737127.

HSL color Cylindrical-coordinate representation of color #270F76: hue angle of 253.98º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270F76 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 15 118 -
CMYK 0.67 0.87 0 0.54
HSL 253.98º 0.77% 0.26% -
HSV(B) 253.98º 0.87% 0.46% -
XYZ 4.28 2.08 17.32 -
YUV 33.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 39 15 118 0.67 0.87 0 0.54 253.98 0.77 0.26
Hex 27 F 76 43 57 0 36 FE 4D 1A
Octal 47 17 166 103 127 0 66 376 115 32
Binary 100111 1111 1110110 1000011 1010111 0 110110 11111110 1001101 11010

Color Harmonies of #270F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F76

Black with #270F76

Text Example


Text Example

White with #270F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270F76; }

 p { color: rgb(39,15,118); }

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

background-color css

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

 a { background-color: rgb(39,15,118); }

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

border-color css

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

 span { border-color: rgb(39,15,118); }

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