Html Css Color HEX #281475 Persian Indigo

📋 copy color: '#281475'

red 40 ◦ green 20 ◦ blue 117

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

Shades of Persian Indigo #281475

Tints of Persian Indigo #281475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 22.6%
G = 11.3%
B = 66.1%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281475 (or 0x281475) is known color: Persian Indigo. HEX triplet: 28, 14 and 75. RGB value is (40,20,117). Sum of RGB (Red+Green+Blue) = 40+20+117=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #281475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281475 is #D7EB8A. Grayscale: #242424. Windows color (decimal): -14150539 or 7672872. OLE color: 7672872.

HSL color Cylindrical-coordinate representation of color #281475: hue angle of 252.37º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281475 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 20 117 -
CMYK 0.66 0.83 0 0.54
HSL 252.37º 0.71% 0.27% -
HSV(B) 252.37º 0.83% 0.46% -
XYZ 4.34 2.24 17.03 -
YUV 37.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 40 20 117 0.66 0.83 0 0.54 252.37 0.71 0.27
Hex 28 14 75 42 53 0 36 FC 47 1B
Octal 50 24 165 102 123 0 66 374 107 33
Binary 101000 10100 1110101 1000010 1010011 0 110110 11111100 1000111 11011

Color Harmonies of #281475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281475

Black with #281475

Text Example


Text Example

White with #281475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281475; }

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

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

background-color css

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

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

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

border-color css

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

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

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