Html Css Color HEX #280262 Persian Indigo

📋 copy color: '#280262'

red 40 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #280262

Tints of Persian Indigo #280262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 70%

R = 28.57%
G = 1.43%
B = 70%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280262 (or 0x280262) is known color: Persian Indigo. HEX triplet: 28, 02 and 62. RGB value is (40,2,98). Sum of RGB (Red+Green+Blue) = 40+2+98=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #280262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280262 is #D7FD9D. Grayscale: #171717. Windows color (decimal): -14155166 or 6423080. OLE color: 6423080.

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

Color convert

RGB 40 2 98 -
CMYK 0.59 0.98 0 0.62
HSL 263.75º 0.96% 0.2% -
HSV(B) 263.75º 0.98% 0.38% -
XYZ 3.1 1.38 11.66 -
YUV 24.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 40 2 98 0.59 0.98 0 0.62 263.75 0.96 0.2
Hex 28 2 62 3B 62 0 3E 108 60 14
Octal 50 2 142 73 142 0 76 410 140 24
Binary 101000 10 1100010 111011 1100010 0 111110 100001000 1100000 10100

Color Harmonies of #280262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280262

Black with #280262

Text Example


Text Example

White with #280262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280262; }

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

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

background-color css

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

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

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

border-color css

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

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

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