Html Css Color HEX #381799 Persian Indigo

📋 copy color: '#381799'

red 56 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #381799

Tints of Persian Indigo #381799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 24.14%
G = 9.91%
B = 65.95%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381799 (or 0x381799) is known color: Persian Indigo. HEX triplet: 38, 17 and 99. RGB value is (56,23,153). Sum of RGB (Red+Green+Blue) = 56+23+153=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #381799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381799 is #C7E866. Grayscale: #2F2F2F. Windows color (decimal): -13101159 or 10032952. OLE color: 10032952.

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

Color convert

RGB 56 23 153 -
CMYK 0.63 0.85 0 0.4
HSL 255.23º 0.74% 0.35% -
HSV(B) 255.23º 0.85% 0.6% -
XYZ 7.69 3.75 30.46 -
YUV 47.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 56 23 153 0.63 0.85 0 0.4 255.23 0.74 0.35
Hex 38 17 99 3F 55 0 28 FF 4A 23
Octal 70 27 231 77 125 0 50 377 112 43
Binary 111000 10111 10011001 111111 1010101 0 101000 11111111 1001010 100011

Color Harmonies of #381799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381799

Black with #381799

Text Example


Text Example

White with #381799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381799; }

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

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

background-color css

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

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

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

border-color css

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

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

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