Html Css Color HEX #381199 Persian Indigo

📋 copy color: '#381199'

red 56 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #381199

Tints of Persian Indigo #381199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 24.78%
G = 7.52%
B = 67.7%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381199 (or 0x381199) is known color: Persian Indigo. HEX triplet: 38, 11 and 99. RGB value is (56,17,153). Sum of RGB (Red+Green+Blue) = 56+17+153=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #381199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381199 is #C7EE66. Grayscale: #2B2B2B. Windows color (decimal): -13102695 or 10031416. OLE color: 10031416.

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

Color convert

RGB 56 17 153 -
CMYK 0.63 0.89 0 0.4
HSL 257.21º 0.8% 0.33% -
HSV(B) 257.21º 0.89% 0.6% -
XYZ 7.58 3.54 30.42 -
YUV 44.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 56 17 153 0.63 0.89 0 0.4 257.21 0.8 0.33
Hex 38 11 99 3F 59 0 28 101 50 21
Octal 70 21 231 77 131 0 50 401 120 41
Binary 111000 10001 10011001 111111 1011001 0 101000 100000001 1010000 100001

Color Harmonies of #381199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381199

Black with #381199

Text Example


Text Example

White with #381199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381199; }

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

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

background-color css

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

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

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

border-color css

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

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

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