Html Css Color HEX #382082 Persian Indigo

📋 copy color: '#382082'

red 56 ◦ green 32 ◦ blue 130

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

Shades of Persian Indigo #382082

Tints of Persian Indigo #382082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 25.69%
G = 14.68%
B = 59.63%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382082 (or 0x382082) is known color: Persian Indigo. HEX triplet: 38, 20 and 82. RGB value is (56,32,130). Sum of RGB (Red+Green+Blue) = 56+32+130=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #382082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382082 is #C7DF7D. Grayscale: #313131. Windows color (decimal): -13098878 or 8527928. OLE color: 8527928.

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

Color convert

RGB 56 32 130 -
CMYK 0.57 0.75 0 0.49
HSL 254.69º 0.6% 0.32% -
HSV(B) 254.69º 0.75% 0.51% -
XYZ 6.18 3.49 21.47 -
YUV 50.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 56 32 130 0.57 0.75 0 0.49 254.69 0.6 0.32
Hex 38 20 82 39 4B 0 31 FF 3C 20
Octal 70 40 202 71 113 0 61 377 74 40
Binary 111000 100000 10000010 111001 1001011 0 110001 11111111 111100 100000

Color Harmonies of #382082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382082

Black with #382082

Text Example


Text Example

White with #382082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382082; }

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

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

background-color css

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

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

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

border-color css

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

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

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