Html Css Color HEX #380396 Persian Indigo

📋 copy color: '#380396'

red 56 ◦ green 3 ◦ blue 150

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

Shades of Persian Indigo #380396

Tints of Persian Indigo #380396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.77%

R = 26.79%
G = 1.44%
B = 71.77%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#380396 (or 0x380396) is known color: Persian Indigo. HEX triplet: 38, 03 and 96. RGB value is (56,3,150). Sum of RGB (Red+Green+Blue) = 56+3+150=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #380396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380396 is #C7FC69. Grayscale: #232323. Windows color (decimal): -13106282 or 9831224. OLE color: 9831224.

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

Color convert

RGB 56 3 150 -
CMYK 0.63 0.98 0 0.41
HSL 261.63º 0.96% 0.3% -
HSV(B) 261.63º 0.98% 0.59% -
XYZ 7.17 3.11 29.08 -
YUV 35.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 56 3 150 0.63 0.98 0 0.41 261.63 0.96 0.3
Hex 38 3 96 3F 62 0 29 106 60 1E
Octal 70 3 226 77 142 0 51 406 140 36
Binary 111000 11 10010110 111111 1100010 0 101001 100000110 1100000 11110

Color Harmonies of #380396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380396

Black with #380396

Text Example


Text Example

White with #380396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380396; }

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

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

background-color css

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

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

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

border-color css

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

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

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