Html Css Color HEX #281175 Persian Indigo

📋 copy color: '#281175'

red 40 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #281175

Tints of Persian Indigo #281175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

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

R = 22.99%
G = 9.77%
B = 67.24%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281175 (or 0x281175) is known color: Persian Indigo. HEX triplet: 28, 11 and 75. RGB value is (40,17,117). Sum of RGB (Red+Green+Blue) = 40+17+117=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #281175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281175 is #D7EE8A. Grayscale: #222222. Windows color (decimal): -14151307 or 7672104. OLE color: 7672104.

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

Color convert

RGB 40 17 117 -
CMYK 0.66 0.85 0 0.54
HSL 253.8º 0.75% 0.26% -
HSV(B) 253.8º 0.85% 0.46% -
XYZ 4.29 2.14 17.02 -
YUV 35.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 40 17 117 0.66 0.85 0 0.54 253.8 0.75 0.26
Hex 28 11 75 42 55 0 36 FE 4B 1A
Octal 50 21 165 102 125 0 66 376 113 32
Binary 101000 10001 1110101 1000010 1010101 0 110110 11111110 1001011 11010

Color Harmonies of #281175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281175

Black with #281175

Text Example


Text Example

White with #281175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281175; }

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

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

background-color css

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

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

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

border-color css

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

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

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