Html Css Color HEX #380399 Persian Indigo

📋 copy color: '#380399'

red 56 ◦ green 3 ◦ blue 153

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

Shades of Persian Indigo #380399

Tints of Persian Indigo #380399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 26.42%
G = 1.42%
B = 72.17%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#380399 (or 0x380399) is known color: Persian Indigo. HEX triplet: 38, 03 and 99. RGB value is (56,3,153). Sum of RGB (Red+Green+Blue) = 56+3+153=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #380399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380399 is #C7FC66. Grayscale: #232323. Windows color (decimal): -13106279 or 10027832. OLE color: 10027832.

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

Color convert

RGB 56 3 153 -
CMYK 0.63 0.98 0 0.4
HSL 261.2º 0.96% 0.31% -
HSV(B) 261.2º 0.98% 0.6% -
XYZ 7.41 3.21 30.37 -
YUV 35.95 194.06 142.3 -
System Red Green Blue C M Y K H S L
Decimal 56 3 153 0.63 0.98 0 0.4 261.2 0.96 0.31
Hex 38 3 99 3F 62 0 28 105 60 1F
Octal 70 3 231 77 142 0 50 405 140 37
Binary 111000 11 10011001 111111 1100010 0 101000 100000101 1100000 11111

Color Harmonies of #380399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380399

Black with #380399

Text Example


Text Example

White with #380399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380399; }

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

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

background-color css

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

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

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

border-color css

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

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

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