Html Css Color HEX #381482 Persian Indigo

📋 copy color: '#381482'

red 56 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #381482

Tints of Persian Indigo #381482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 27.18%
G = 9.71%
B = 63.11%

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

#381482 (or 0x381482) is known color: Persian Indigo. HEX triplet: 38, 14 and 82. RGB value is (56,20,130). Sum of RGB (Red+Green+Blue) = 56+20+130=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #381482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381482 is #C7EB7D. Grayscale: #2A2A2A. Windows color (decimal): -13101950 or 8524856. OLE color: 8524856.

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

Color convert

RGB 56 20 130 -
CMYK 0.57 0.85 0 0.49
HSL 259.64º 0.73% 0.29% -
HSV(B) 259.64º 0.85% 0.51% -
XYZ 5.91 2.95 21.38 -
YUV 43.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 56 20 130 0.57 0.85 0 0.49 259.64 0.73 0.29
Hex 38 14 82 39 55 0 31 104 49 1D
Octal 70 24 202 71 125 0 61 404 111 35
Binary 111000 10100 10000010 111001 1010101 0 110001 100000100 1001001 11101

Color Harmonies of #381482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381482

Black with #381482

Text Example


Text Example

White with #381482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381482; }

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

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

background-color css

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

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

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

border-color css

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

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

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