Html Css Color HEX #281470 Persian Indigo

📋 copy color: '#281470'

red 40 ◦ green 20 ◦ blue 112

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

Shades of Persian Indigo #281470

Tints of Persian Indigo #281470

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 112 (44.14% from 255) = 65.12%

R = 23.26%
G = 11.63%
B = 65.12%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#281470 (or 0x281470) is known color: Persian Indigo. HEX triplet: 28, 14 and 70. RGB value is (40,20,112). Sum of RGB (Red+Green+Blue) = 40+20+112=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #281470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281470 is #D7EB8F. Grayscale: #242424. Windows color (decimal): -14150544 or 7345192. OLE color: 7345192.

HSL color Cylindrical-coordinate representation of color #281470: hue angle of 253.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281470 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 20 112 -
CMYK 0.64 0.82 0 0.56
HSL 253.04º 0.7% 0.26% -
HSV(B) 253.04º 0.82% 0.44% -
XYZ 4.05 2.12 15.53 -
YUV 36.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 40 20 112 0.64 0.82 0 0.56 253.04 0.7 0.26
Hex 28 14 70 40 52 0 38 FD 46 1A
Octal 50 24 160 100 122 0 70 375 106 32
Binary 101000 10100 1110000 1000000 1010010 0 111000 11111101 1000110 11010

Color Harmonies of #281470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281470

Black with #281470

Text Example


Text Example

White with #281470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281470; }

 p { color: rgb(40,20,112); }

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

background-color css

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

 a { background-color: rgb(40,20,112); }

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

border-color css

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

 span { border-color: rgb(40,20,112); }

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