Html Css Color HEX #381082 Persian Indigo

📋 copy color: '#381082'

red 56 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #381082

Tints of Persian Indigo #381082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 27.72%
G = 7.92%
B = 64.36%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#381082 (or 0x381082) is known color: Persian Indigo. HEX triplet: 38, 10 and 82. RGB value is (56,16,130). Sum of RGB (Red+Green+Blue) = 56+16+130=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #381082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381082 is #C7EF7D. Grayscale: #282828. Windows color (decimal): -13102974 or 8523832. OLE color: 8523832.

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

Color convert

RGB 56 16 130 -
CMYK 0.57 0.88 0 0.49
HSL 261.05º 0.78% 0.29% -
HSV(B) 261.05º 0.88% 0.51% -
XYZ 5.85 2.82 21.36 -
YUV 40.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 56 16 130 0.57 0.88 0 0.49 261.05 0.78 0.29
Hex 38 10 82 39 58 0 31 105 4E 1D
Octal 70 20 202 71 130 0 61 405 116 35
Binary 111000 10000 10000010 111001 1011000 0 110001 100000101 1001110 11101

Color Harmonies of #381082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381082

Black with #381082

Text Example


Text Example

White with #381082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381082; }

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

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

background-color css

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

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

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

border-color css

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

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

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