Html Css Color HEX #280269 Persian Indigo

📋 copy color: '#280269'

red 40 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #280269

Tints of Persian Indigo #280269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 71.43%

R = 27.21%
G = 1.36%
B = 71.43%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280269 (or 0x280269) is known color: Persian Indigo. HEX triplet: 28, 02 and 69. RGB value is (40,2,105). Sum of RGB (Red+Green+Blue) = 40+2+105=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #280269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280269 is #D7FD96. Grayscale: #181818. Windows color (decimal): -14155159 or 6881832. OLE color: 6881832.

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

Color convert

RGB 40 2 105 -
CMYK 0.62 0.98 0 0.59
HSL 262.14º 0.96% 0.21% -
HSV(B) 262.14º 0.98% 0.41% -
XYZ 3.45 1.51 13.48 -
YUV 25.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 40 2 105 0.62 0.98 0 0.59 262.14 0.96 0.21
Hex 28 2 69 3E 62 0 3B 106 60 15
Octal 50 2 151 76 142 0 73 406 140 25
Binary 101000 10 1101001 111110 1100010 0 111011 100000110 1100000 10101

Color Harmonies of #280269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280269

Black with #280269

Text Example


Text Example

White with #280269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280269; }

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

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

background-color css

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

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

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

border-color css

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

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

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