Html Css Color HEX #381299 Persian Indigo

📋 copy color: '#381299'

red 56 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #381299

Tints of Persian Indigo #381299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 24.67%
G = 7.93%
B = 67.4%

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

#381299 (or 0x381299) is known color: Persian Indigo. HEX triplet: 38, 12 and 99. RGB value is (56,18,153). Sum of RGB (Red+Green+Blue) = 56+18+153=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #381299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381299 is #C7ED66. Grayscale: #2C2C2C. Windows color (decimal): -13102439 or 10031672. OLE color: 10031672.

HSL color Cylindrical-coordinate representation of color #381299: hue angle of 256.89º degrees, saturation: 0.79, 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 #381299 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 18 153 -
CMYK 0.63 0.88 0 0.4
HSL 256.89º 0.79% 0.34% -
HSV(B) 256.89º 0.88% 0.6% -
XYZ 7.6 3.57 30.43 -
YUV 44.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 56 18 153 0.63 0.88 0 0.4 256.89 0.79 0.34
Hex 38 12 99 3F 58 0 28 101 4F 22
Octal 70 22 231 77 130 0 50 401 117 42
Binary 111000 10010 10011001 111111 1011000 0 101000 100000001 1001111 100010

Color Harmonies of #381299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381299

Black with #381299

Text Example


Text Example

White with #381299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381299; }

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

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

background-color css

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

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

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

border-color css

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

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

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