Html Css Color HEX #280A70 Persian Indigo

📋 copy color: '#280A70'

red 40 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #280A70

Tints of Persian Indigo #280A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.17%

 BLUE value IS 112 (44.14% from 255) = 69.14%

R = 24.69%
G = 6.17%
B = 69.14%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280A70 (or 0x280A70) is known color: Persian Indigo. HEX triplet: 28, 0A and 70. RGB value is (40,10,112). Sum of RGB (Red+Green+Blue) = 40+10+112=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #280A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A70 is #D7F58F. Grayscale: #1E1E1E. Windows color (decimal): -14153104 or 7342632. OLE color: 7342632.

HSL color Cylindrical-coordinate representation of color #280A70: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280A70 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 10 112 -
CMYK 0.64 0.91 0 0.56
HSL 257.65º 0.84% 0.24% -
HSV(B) 257.65º 0.91% 0.44% -
XYZ 3.91 1.84 15.48 -
YUV 30.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 40 10 112 0.64 0.91 0 0.56 257.65 0.84 0.24
Hex 28 A 70 40 5B 0 38 102 54 18
Octal 50 12 160 100 133 0 70 402 124 30
Binary 101000 1010 1110000 1000000 1011011 0 111000 100000010 1010100 11000

Color Harmonies of #280A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280A70

Black with #280A70

Text Example


Text Example

White with #280A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280A70; }

 p { color: rgb(40,10,112); }

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

background-color css

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

 a { background-color: rgb(40,10,112); }

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

border-color css

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

 span { border-color: rgb(40,10,112); }

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