Html Css Color HEX #380A84 Persian Indigo

📋 copy color: '#380A84'

red 56 ◦ green 10 ◦ blue 132

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

Shades of Persian Indigo #380A84

Tints of Persian Indigo #380A84

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

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

R = 28.28%
G = 5.05%
B = 66.67%

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

#380A84 (or 0x380A84) is known color: Persian Indigo. HEX triplet: 38, 0A and 84. RGB value is (56,10,132). Sum of RGB (Red+Green+Blue) = 56+10+132=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #380A84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380A84 is #C7F57B. Grayscale: #252525. Windows color (decimal): -13104508 or 8653368. OLE color: 8653368.

HSL color Cylindrical-coordinate representation of color #380A84: hue angle of 262.62º degrees, saturation: 0.86, 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 #380A84 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 10 132 -
CMYK 0.58 0.92 0 0.48
HSL 262.62º 0.86% 0.28% -
HSV(B) 262.62º 0.92% 0.52% -
XYZ 5.9 2.72 22.04 -
YUV 37.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 56 10 132 0.58 0.92 0 0.48 262.62 0.86 0.28
Hex 38 A 84 3A 5C 0 30 107 56 1C
Octal 70 12 204 72 134 0 60 407 126 34
Binary 111000 1010 10000100 111010 1011100 0 110000 100000111 1010110 11100

Color Harmonies of #380A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A84

Black with #380A84

Text Example


Text Example

White with #380A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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