Html Css Color HEX #280675 Persian Indigo

📋 copy color: '#280675'

red 40 ◦ green 6 ◦ blue 117

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

Shades of Persian Indigo #280675

Tints of Persian Indigo #280675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 24.54%
G = 3.68%
B = 71.78%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#280675 (or 0x280675) is known color: Persian Indigo. HEX triplet: 28, 06 and 75. RGB value is (40,6,117). Sum of RGB (Red+Green+Blue) = 40+6+117=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #280675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280675 is #D7F98A. Grayscale: #1C1C1C. Windows color (decimal): -14154123 or 7669288. OLE color: 7669288.

HSL color Cylindrical-coordinate representation of color #280675: hue angle of 258.38º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280675 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 6 117 -
CMYK 0.66 0.95 0 0.54
HSL 258.38º 0.9% 0.24% -
HSV(B) 258.38º 0.95% 0.46% -
XYZ 4.15 1.87 16.97 -
YUV 28.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 40 6 117 0.66 0.95 0 0.54 258.38 0.9 0.24
Hex 28 6 75 42 5F 0 36 102 5A 18
Octal 50 6 165 102 137 0 66 402 132 30
Binary 101000 110 1110101 1000010 1011111 0 110110 100000010 1011010 11000

Color Harmonies of #280675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280675

Black with #280675

Text Example


Text Example

White with #280675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280675; }

 p { color: rgb(40,6,117); }

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

background-color css

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

 a { background-color: rgb(40,6,117); }

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

border-color css

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

 span { border-color: rgb(40,6,117); }

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