Html Css Color HEX #280174 Persian Indigo

📋 copy color: '#280174'

red 40 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #280174

Tints of Persian Indigo #280174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 116 (45.7% from 255) = 73.89%

R = 25.48%
G = 0.64%
B = 73.89%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280174 (or 0x280174) is known color: Persian Indigo. HEX triplet: 28, 01 and 74. RGB value is (40,1,116). Sum of RGB (Red+Green+Blue) = 40+1+116=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #280174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280174 is #D7FE8B. Grayscale: #191919. Windows color (decimal): -14155404 or 7602472. OLE color: 7602472.

HSL color Cylindrical-coordinate representation of color #280174: hue angle of 260.35º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280174 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 1 116 -
CMYK 0.66 0.99 0 0.55
HSL 260.35º 0.98% 0.23% -
HSV(B) 260.35º 0.99% 0.45% -
XYZ 4.04 1.73 16.64 -
YUV 25.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 40 1 116 0.66 0.99 0 0.55 260.35 0.98 0.23
Hex 28 1 74 42 63 0 37 104 62 17
Octal 50 1 164 102 143 0 67 404 142 27
Binary 101000 1 1110100 1000010 1100011 0 110111 100000100 1100010 10111

Color Harmonies of #280174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280174

Black with #280174

Text Example


Text Example

White with #280174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280174; }

 p { color: rgb(40,1,116); }

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

background-color css

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

 a { background-color: rgb(40,1,116); }

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

border-color css

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

 span { border-color: rgb(40,1,116); }

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