Html Css Color HEX #380499 Persian Indigo

📋 copy color: '#380499'

red 56 ◦ green 4 ◦ blue 153

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

Shades of Persian Indigo #380499

Tints of Persian Indigo #380499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.83%

R = 26.29%
G = 1.88%
B = 71.83%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#380499 (or 0x380499) is known color: Persian Indigo. HEX triplet: 38, 04 and 99. RGB value is (56,4,153). Sum of RGB (Red+Green+Blue) = 56+4+153=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #380499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380499 is #C7FB66. Grayscale: #232323. Windows color (decimal): -13106023 or 10028088. OLE color: 10028088.

HSL color Cylindrical-coordinate representation of color #380499: hue angle of 260.94º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380499 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 4 153 -
CMYK 0.63 0.97 0 0.4
HSL 260.94º 0.95% 0.31% -
HSV(B) 260.94º 0.97% 0.6% -
XYZ 7.42 3.23 30.37 -
YUV 36.53 193.73 141.88 -
System Red Green Blue C M Y K H S L
Decimal 56 4 153 0.63 0.97 0 0.4 260.94 0.95 0.31
Hex 38 4 99 3F 61 0 28 105 5F 1F
Octal 70 4 231 77 141 0 50 405 137 37
Binary 111000 100 10011001 111111 1100001 0 101000 100000101 1011111 11111

Color Harmonies of #380499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380499

Black with #380499

Text Example


Text Example

White with #380499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380499; }

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

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

background-color css

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

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

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

border-color css

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

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

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