Html Css Color HEX #380484 Persian Indigo

📋 copy color: '#380484'

red 56 ◦ green 4 ◦ blue 132

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

Shades of Persian Indigo #380484

Tints of Persian Indigo #380484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 29.17%
G = 2.08%
B = 68.75%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380484 (or 0x380484) is known color: Persian Indigo. HEX triplet: 38, 04 and 84. RGB value is (56,4,132). Sum of RGB (Red+Green+Blue) = 56+4+132=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #380484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380484 is #C7FB7B. Grayscale: #212121. Windows color (decimal): -13106044 or 8651832. OLE color: 8651832.

HSL color Cylindrical-coordinate representation of color #380484: hue angle of 264.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380484 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 4 132 -
CMYK 0.58 0.97 0 0.48
HSL 264.38º 0.94% 0.27% -
HSV(B) 264.38º 0.97% 0.52% -
XYZ 5.84 2.59 22.02 -
YUV 34.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 56 4 132 0.58 0.97 0 0.48 264.38 0.94 0.27
Hex 38 4 84 3A 61 0 30 108 5E 1B
Octal 70 4 204 72 141 0 60 410 136 33
Binary 111000 100 10000100 111010 1100001 0 110000 100001000 1011110 11011

Color Harmonies of #380484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380484

Black with #380484

Text Example


Text Example

White with #380484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380484; }

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

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

background-color css

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

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

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

border-color css

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

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

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