Html Css Color HEX #281369 Persian Indigo

📋 copy color: '#281369'

red 40 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #281369

Tints of Persian Indigo #281369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 105 (41.41% from 255) = 64.02%

R = 24.39%
G = 11.59%
B = 64.02%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281369 (or 0x281369) is known color: Persian Indigo. HEX triplet: 28, 13 and 69. RGB value is (40,19,105). Sum of RGB (Red+Green+Blue) = 40+19+105=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #281369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281369 is #D7EC96. Grayscale: #222222. Windows color (decimal): -14150807 or 6886184. OLE color: 6886184.

HSL color Cylindrical-coordinate representation of color #281369: hue angle of 254.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281369 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 19 105 -
CMYK 0.62 0.82 0 0.59
HSL 254.65º 0.69% 0.24% -
HSV(B) 254.65º 0.82% 0.41% -
XYZ 3.66 1.94 13.55 -
YUV 35.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 40 19 105 0.62 0.82 0 0.59 254.65 0.69 0.24
Hex 28 13 69 3E 52 0 3B FF 45 18
Octal 50 23 151 76 122 0 73 377 105 30
Binary 101000 10011 1101001 111110 1010010 0 111011 11111111 1000101 11000

Color Harmonies of #281369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281369

Black with #281369

Text Example


Text Example

White with #281369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281369; }

 p { color: rgb(40,19,105); }

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

background-color css

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

 a { background-color: rgb(40,19,105); }

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

border-color css

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

 span { border-color: rgb(40,19,105); }

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