Html Css Color HEX #381399 Persian Indigo

📋 copy color: '#381399'

red 56 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #381399

Tints of Persian Indigo #381399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 24.56%
G = 8.33%
B = 67.11%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381399 (or 0x381399) is known color: Persian Indigo. HEX triplet: 38, 13 and 99. RGB value is (56,19,153). Sum of RGB (Red+Green+Blue) = 56+19+153=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #381399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381399 is #C7EC66. Grayscale: #2C2C2C. Windows color (decimal): -13102183 or 10031928. OLE color: 10031928.

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

Color convert

RGB 56 19 153 -
CMYK 0.63 0.88 0 0.4
HSL 256.57º 0.78% 0.34% -
HSV(B) 256.57º 0.88% 0.6% -
XYZ 7.61 3.61 30.43 -
YUV 45.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 56 19 153 0.63 0.88 0 0.4 256.57 0.78 0.34
Hex 38 13 99 3F 58 0 28 101 4E 22
Octal 70 23 231 77 130 0 50 401 116 42
Binary 111000 10011 10011001 111111 1011000 0 101000 100000001 1001110 100010

Color Harmonies of #381399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381399

Black with #381399

Text Example


Text Example

White with #381399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381399; }

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

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

background-color css

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

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

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

border-color css

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

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

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