Html Css Color HEX #381899 Persian Indigo

📋 copy color: '#381899'

red 56 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #381899

Tints of Persian Indigo #381899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 24.03%
G = 10.3%
B = 65.67%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381899 (or 0x381899) is known color: Persian Indigo. HEX triplet: 38, 18 and 99. RGB value is (56,24,153). Sum of RGB (Red+Green+Blue) = 56+24+153=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #381899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381899 is #C7E766. Grayscale: #2F2F2F. Windows color (decimal): -13100903 or 10033208. OLE color: 10033208.

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

Color convert

RGB 56 24 153 -
CMYK 0.63 0.84 0 0.4
HSL 254.88º 0.73% 0.35% -
HSV(B) 254.88º 0.84% 0.6% -
XYZ 7.71 3.79 30.46 -
YUV 48.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 56 24 153 0.63 0.84 0 0.4 254.88 0.73 0.35
Hex 38 18 99 3F 54 0 28 FF 49 23
Octal 70 30 231 77 124 0 50 377 111 43
Binary 111000 11000 10011001 111111 1010100 0 101000 11111111 1001001 100011

Color Harmonies of #381899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381899

Black with #381899

Text Example


Text Example

White with #381899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381899; }

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

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

background-color css

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

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

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

border-color css

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

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

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