Html Css Color HEX #380364 Persian Indigo

📋 copy color: '#380364'

red 56 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #380364

Tints of Persian Indigo #380364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 62.89%

R = 35.22%
G = 1.89%
B = 62.89%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#380364 (or 0x380364) is known color: Persian Indigo. HEX triplet: 38, 03 and 64. RGB value is (56,3,100). Sum of RGB (Red+Green+Blue) = 56+3+100=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #380364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380364 is #C7FC9B. Grayscale: #1D1D1D. Windows color (decimal): -13106332 or 6554424. OLE color: 6554424.

HSL color Cylindrical-coordinate representation of color #380364: hue angle of 272.78º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380364 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 3 100 -
CMYK 0.44 0.97 0 0.61
HSL 272.78º 0.94% 0.2% -
HSV(B) 272.78º 0.97% 0.39% -
XYZ 3.96 1.83 12.2 -
YUV 29.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 56 3 100 0.44 0.97 0 0.61 272.78 0.94 0.2
Hex 38 3 64 2C 61 0 3D 111 5E 14
Octal 70 3 144 54 141 0 75 421 136 24
Binary 111000 11 1100100 101100 1100001 0 111101 100010001 1011110 10100

Color Harmonies of #380364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380364

Black with #380364

Text Example


Text Example

White with #380364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380364; }

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

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

background-color css

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

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

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

border-color css

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

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

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