Html Css Color HEX #380184 Persian Indigo

📋 copy color: '#380184'

red 56 ◦ green 1 ◦ blue 132

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

Shades of Persian Indigo #380184

Tints of Persian Indigo #380184

RGB

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

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

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

R = 29.63%
G = 0.53%
B = 69.84%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380184 (or 0x380184) is known color: Persian Indigo. HEX triplet: 38, 01 and 84. RGB value is (56,1,132). Sum of RGB (Red+Green+Blue) = 56+1+132=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #380184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380184 is #C7FE7B. Grayscale: #1F1F1F. Windows color (decimal): -13106812 or 8651064. OLE color: 8651064.

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

Color convert

RGB 56 1 132 -
CMYK 0.58 0.99 0 0.48
HSL 265.19º 0.98% 0.26% -
HSV(B) 265.19º 0.99% 0.52% -
XYZ 5.81 2.53 22.01 -
YUV 32.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 56 1 132 0.58 0.99 0 0.48 265.19 0.98 0.26
Hex 38 1 84 3A 63 0 30 109 62 1A
Octal 70 1 204 72 143 0 60 411 142 32
Binary 111000 1 10000100 111010 1100011 0 110000 100001001 1100010 11010

Color Harmonies of #380184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380184

Black with #380184

Text Example


Text Example

White with #380184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380184; }

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

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

background-color css

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

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

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

border-color css

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

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

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