Html Css Color HEX #380182 Persian Indigo

📋 copy color: '#380182'

red 56 ◦ green 1 ◦ blue 130

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

Shades of Persian Indigo #380182

Tints of Persian Indigo #380182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 29.95%
G = 0.53%
B = 69.52%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380182 (or 0x380182) is known color: Persian Indigo. HEX triplet: 38, 01 and 82. RGB value is (56,1,130). Sum of RGB (Red+Green+Blue) = 56+1+130=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #380182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380182 is #C7FE7D. Grayscale: #1F1F1F. Windows color (decimal): -13106814 or 8519992. OLE color: 8519992.

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

Color convert

RGB 56 1 130 -
CMYK 0.57 0.99 0 0.49
HSL 265.58º 0.98% 0.26% -
HSV(B) 265.58º 0.99% 0.51% -
XYZ 5.67 2.47 21.3 -
YUV 32.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 56 1 130 0.57 0.99 0 0.49 265.58 0.98 0.26
Hex 38 1 82 39 63 0 31 10A 62 1A
Octal 70 1 202 71 143 0 61 412 142 32
Binary 111000 1 10000010 111001 1100011 0 110001 100001010 1100010 11010

Color Harmonies of #380182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380182

Black with #380182

Text Example


Text Example

White with #380182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380182; }

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

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

background-color css

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

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

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

border-color css

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

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

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