Html Css Color HEX #280267 Persian Indigo

📋 copy color: '#280267'

red 40 ◦ green 2 ◦ blue 103

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

Shades of Persian Indigo #280267

Tints of Persian Indigo #280267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 103 (40.63% from 255) = 71.03%

R = 27.59%
G = 1.38%
B = 71.03%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280267 (or 0x280267) is known color: Persian Indigo. HEX triplet: 28, 02 and 67. RGB value is (40,2,103). Sum of RGB (Red+Green+Blue) = 40+2+103=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #280267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280267 is #D7FD98. Grayscale: #181818. Windows color (decimal): -14155161 or 6750760. OLE color: 6750760.

HSL color Cylindrical-coordinate representation of color #280267: hue angle of 262.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280267 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 2 103 -
CMYK 0.61 0.98 0 0.60
HSL 262.57º 0.96% 0.21% -
HSV(B) 262.57º 0.98% 0.4% -
XYZ 3.34 1.47 12.94 -
YUV 24.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 40 2 103 0.61 0.98 0 0.60 262.57 0.96 0.21
Hex 28 2 67 3D 62 0 3C 107 60 15
Octal 50 2 147 75 142 0 74 407 140 25
Binary 101000 10 1100111 111101 1100010 0 111100 100000111 1100000 10101

Color Harmonies of #280267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280267

Black with #280267

Text Example


Text Example

White with #280267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280267; }

 p { color: rgb(40,2,103); }

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

background-color css

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

 a { background-color: rgb(40,2,103); }

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

border-color css

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

 span { border-color: rgb(40,2,103); }

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