Html Css Color HEX #381382 Persian Indigo

📋 copy color: '#381382'

red 56 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #381382

Tints of Persian Indigo #381382

RGB

 RED value IS 56 (22.27% from 255) = 27.32%

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

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

R = 27.32%
G = 9.27%
B = 63.41%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#381382 (or 0x381382) is known color: Persian Indigo. HEX triplet: 38, 13 and 82. RGB value is (56,19,130). Sum of RGB (Red+Green+Blue) = 56+19+130=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #381382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381382 is #C7EC7D. Grayscale: #2A2A2A. Windows color (decimal): -13102206 or 8524600. OLE color: 8524600.

HSL color Cylindrical-coordinate representation of color #381382: hue angle of 260º 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 #381382 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 19 130 -
CMYK 0.57 0.85 0 0.49
HSL 260º 0.74% 0.29% -
HSV(B) 260º 0.85% 0.51% -
XYZ 5.89 2.92 21.37 -
YUV 42.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 56 19 130 0.57 0.85 0 0.49 260 0.74 0.29
Hex 38 13 82 39 55 0 31 104 4A 1D
Octal 70 23 202 71 125 0 61 404 112 35
Binary 111000 10011 10000010 111001 1010101 0 110001 100000100 1001010 11101

Color Harmonies of #381382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381382

Black with #381382

Text Example


Text Example

White with #381382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381382; }

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

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

background-color css

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

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

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

border-color css

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

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

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