Html Css Color HEX #280062 Persian Indigo

📋 copy color: '#280062'

red 40 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #280062

Tints of Persian Indigo #280062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.99%
G = 0%
B = 71.01%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280062 (or 0x280062) is known color: Persian Indigo. HEX triplet: 28, 00 and 62. RGB value is (40,0,98). Sum of RGB (Red+Green+Blue) = 40+0+98=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #280062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280062 is #D7FF9D. Grayscale: #161616. Windows color (decimal): -14155678 or 6422568. OLE color: 6422568.

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

Color convert

RGB 40 0 98 -
CMYK 0.59 1 0 0.62
HSL 264.49º 1% 0.19% -
HSV(B) 264.49º 1% 0.38% -
XYZ 3.08 1.33 11.65 -
YUV 23.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 40 0 98 0.59 1 0 0.62 264.49 1 0.19
Hex 28 0 62 3B 64 0 3E 108 64 13
Octal 50 0 142 73 144 0 76 410 144 23
Binary 101000 0 1100010 111011 1100100 0 111110 100001000 1100100 10011

Color Harmonies of #280062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280062

Black with #280062

Text Example


Text Example

White with #280062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280062; }

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

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

background-color css

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

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

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

border-color css

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

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

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