Html Css Color HEX #281382 Persian Indigo

📋 copy color: '#281382'

red 40 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #281382

Tints of Persian Indigo #281382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 21.16%
G = 10.05%
B = 68.78%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281382 (or 0x281382) is known color: Persian Indigo. HEX triplet: 28, 13 and 82. RGB value is (40,19,130). Sum of RGB (Red+Green+Blue) = 40+19+130=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #281382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281382 is #D7EC7D. Grayscale: #252525. Windows color (decimal): -14150782 or 8524584. OLE color: 8524584.

HSL color Cylindrical-coordinate representation of color #281382: hue angle of 251.35º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281382 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 19 130 -
CMYK 0.69 0.85 0 0.49
HSL 251.35º 0.74% 0.29% -
HSV(B) 251.35º 0.85% 0.51% -
XYZ 5.14 2.53 21.34 -
YUV 37.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 40 19 130 0.69 0.85 0 0.49 251.35 0.74 0.29
Hex 28 13 82 45 55 0 31 FB 4A 1D
Octal 50 23 202 105 125 0 61 373 112 35
Binary 101000 10011 10000010 1000101 1010101 0 110001 11111011 1001010 11101

Color Harmonies of #281382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281382

Black with #281382

Text Example


Text Example

White with #281382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281382; }

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

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

background-color css

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

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

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

border-color css

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

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

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