Html Css Color HEX #380B84 Persian Indigo

📋 copy color: '#380B84'

red 56 ◦ green 11 ◦ blue 132

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

Shades of Persian Indigo #380B84

Tints of Persian Indigo #380B84

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.53%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 28.14%
G = 5.53%
B = 66.33%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380B84 (or 0x380B84) is known color: Persian Indigo. HEX triplet: 38, 0B and 84. RGB value is (56,11,132). Sum of RGB (Red+Green+Blue) = 56+11+132=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #380B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380B84 is #C7F47B. Grayscale: #252525. Windows color (decimal): -13104252 or 8653624. OLE color: 8653624.

HSL color Cylindrical-coordinate representation of color #380B84: hue angle of 262.31º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380B84 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 11 132 -
CMYK 0.58 0.92 0 0.48
HSL 262.31º 0.85% 0.28% -
HSV(B) 262.31º 0.92% 0.52% -
XYZ 5.92 2.75 22.05 -
YUV 38.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 56 11 132 0.58 0.92 0 0.48 262.31 0.85 0.28
Hex 38 B 84 3A 5C 0 30 106 55 1C
Octal 70 13 204 72 134 0 60 406 125 34
Binary 111000 1011 10000100 111010 1011100 0 110000 100000110 1010101 11100

Color Harmonies of #380B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B84

Black with #380B84

Text Example


Text Example

White with #380B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380B84; }

 p { color: rgb(56,11,132); }

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

background-color css

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

 a { background-color: rgb(56,11,132); }

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

border-color css

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

 span { border-color: rgb(56,11,132); }

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