Html Css Color HEX #280378 Persian Indigo

📋 copy color: '#280378'

red 40 ◦ green 3 ◦ blue 120

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

Shades of Persian Indigo #280378

Tints of Persian Indigo #280378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 24.54%
G = 1.84%
B = 73.62%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280378 (or 0x280378) is known color: Persian Indigo. HEX triplet: 28, 03 and 78. RGB value is (40,3,120). Sum of RGB (Red+Green+Blue) = 40+3+120=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #280378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280378 is #D7FC87. Grayscale: #1A1A1A. Windows color (decimal): -14154888 or 7865128. OLE color: 7865128.

HSL color Cylindrical-coordinate representation of color #280378: hue angle of 258.97º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280378 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 3 120 -
CMYK 0.67 0.98 0 0.53
HSL 258.97º 0.95% 0.24% -
HSV(B) 258.97º 0.98% 0.47% -
XYZ 4.3 1.87 17.9 -
YUV 27.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 40 3 120 0.67 0.98 0 0.53 258.97 0.95 0.24
Hex 28 3 78 43 62 0 35 103 5F 18
Octal 50 3 170 103 142 0 65 403 137 30
Binary 101000 11 1111000 1000011 1100010 0 110101 100000011 1011111 11000

Color Harmonies of #280378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280378

Black with #280378

Text Example


Text Example

White with #280378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280378; }

 p { color: rgb(40,3,120); }

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

background-color css

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

 a { background-color: rgb(40,3,120); }

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

border-color css

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

 span { border-color: rgb(40,3,120); }

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