Html Css Color HEX #380163 Persian Indigo

📋 copy color: '#380163'

red 56 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #380163

Tints of Persian Indigo #380163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.46%

R = 35.9%
G = 0.64%
B = 63.46%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#380163 (or 0x380163) is known color: Persian Indigo. HEX triplet: 38, 01 and 63. RGB value is (56,1,99). Sum of RGB (Red+Green+Blue) = 56+1+99=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #380163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380163 is #C7FE9C. Grayscale: #1C1C1C. Windows color (decimal): -13106845 or 6488376. OLE color: 6488376.

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

Color convert

RGB 56 1 99 -
CMYK 0.43 0.99 0 0.61
HSL 273.67º 0.98% 0.2% -
HSV(B) 273.67º 0.99% 0.39% -
XYZ 3.89 1.76 11.94 -
YUV 28.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 56 1 99 0.43 0.99 0 0.61 273.67 0.98 0.2
Hex 38 1 63 2B 63 0 3D 112 62 14
Octal 70 1 143 53 143 0 75 422 142 24
Binary 111000 1 1100011 101011 1100011 0 111101 100010010 1100010 10100

Color Harmonies of #380163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380163

Black with #380163

Text Example


Text Example

White with #380163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380163; }

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

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

background-color css

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

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

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

border-color css

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

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

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