Html Css Color HEX #381982 Persian Indigo

📋 copy color: '#381982'

red 56 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #381982

Tints of Persian Indigo #381982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 26.54%
G = 11.85%
B = 61.61%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#381982 (or 0x381982) is known color: Persian Indigo. HEX triplet: 38, 19 and 82. RGB value is (56,25,130). Sum of RGB (Red+Green+Blue) = 56+25+130=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #381982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381982 is #C7E67D. Grayscale: #2D2D2D. Windows color (decimal): -13100670 or 8526136. OLE color: 8526136.

HSL color Cylindrical-coordinate representation of color #381982: hue angle of 257.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381982 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 25 130 -
CMYK 0.57 0.81 0 0.49
HSL 257.71º 0.68% 0.3% -
HSV(B) 257.71º 0.81% 0.51% -
XYZ 6.01 3.15 21.41 -
YUV 46.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 56 25 130 0.57 0.81 0 0.49 257.71 0.68 0.3
Hex 38 19 82 39 51 0 31 102 44 1E
Octal 70 31 202 71 121 0 61 402 104 36
Binary 111000 11001 10000010 111001 1010001 0 110001 100000010 1000100 11110

Color Harmonies of #381982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381982

Black with #381982

Text Example


Text Example

White with #381982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381982; }

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

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

background-color css

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

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

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

border-color css

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

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

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