Html Css Color HEX #281770 Persian Indigo

📋 copy color: '#281770'

red 40 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #281770

Tints of Persian Indigo #281770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 22.86%
G = 13.14%
B = 64%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#281770 (or 0x281770) is known color: Persian Indigo. HEX triplet: 28, 17 and 70. RGB value is (40,23,112). Sum of RGB (Red+Green+Blue) = 40+23+112=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #281770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281770 is #D7E88F. Grayscale: #252525. Windows color (decimal): -14149776 or 7345960. OLE color: 7345960.

HSL color Cylindrical-coordinate representation of color #281770: hue angle of 251.46º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281770 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 23 112 -
CMYK 0.64 0.79 0 0.56
HSL 251.46º 0.66% 0.26% -
HSV(B) 251.46º 0.79% 0.44% -
XYZ 4.11 2.23 15.54 -
YUV 38.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 40 23 112 0.64 0.79 0 0.56 251.46 0.66 0.26
Hex 28 17 70 40 4F 0 38 FB 42 1A
Octal 50 27 160 100 117 0 70 373 102 32
Binary 101000 10111 1110000 1000000 1001111 0 111000 11111011 1000010 11010

Color Harmonies of #281770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281770

Black with #281770

Text Example


Text Example

White with #281770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281770; }

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

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

background-color css

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

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

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

border-color css

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

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

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