Html Css Color HEX #281472 Persian Indigo

📋 copy color: '#281472'

red 40 ◦ green 20 ◦ blue 114

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

Shades of Persian Indigo #281472

Tints of Persian Indigo #281472

RGB

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

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

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

R = 22.99%
G = 11.49%
B = 65.52%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281472 (or 0x281472) is known color: Persian Indigo. HEX triplet: 28, 14 and 72. RGB value is (40,20,114). Sum of RGB (Red+Green+Blue) = 40+20+114=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #281472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281472 is #D7EB8D. Grayscale: #242424. Windows color (decimal): -14150542 or 7476264. OLE color: 7476264.

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

Color convert

RGB 40 20 114 -
CMYK 0.65 0.82 0 0.55
HSL 252.77º 0.7% 0.26% -
HSV(B) 252.77º 0.82% 0.45% -
XYZ 4.16 2.17 16.12 -
YUV 36.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 40 20 114 0.65 0.82 0 0.55 252.77 0.7 0.26
Hex 28 14 72 41 52 0 37 FD 46 1A
Octal 50 24 162 101 122 0 67 375 106 32
Binary 101000 10100 1110010 1000001 1010010 0 110111 11111101 1000110 11010

Color Harmonies of #281472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281472

Black with #281472

Text Example


Text Example

White with #281472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281472; }

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

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

background-color css

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

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

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

border-color css

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

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

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