Html Css Color HEX #381099 Persian Indigo

📋 copy color: '#381099'

red 56 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #381099

Tints of Persian Indigo #381099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 24.89%
G = 7.11%
B = 68%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381099 (or 0x381099) is known color: Persian Indigo. HEX triplet: 38, 10 and 99. RGB value is (56,16,153). Sum of RGB (Red+Green+Blue) = 56+16+153=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #381099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381099 is #C7EF66. Grayscale: #2B2B2B. Windows color (decimal): -13102951 or 10031160. OLE color: 10031160.

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

Color convert

RGB 56 16 153 -
CMYK 0.63 0.90 0 0.4
HSL 257.52º 0.81% 0.33% -
HSV(B) 257.52º 0.9% 0.6% -
XYZ 7.57 3.51 30.42 -
YUV 43.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 56 16 153 0.63 0.90 0 0.4 257.52 0.81 0.33
Hex 38 10 99 3F 5A 0 28 102 51 21
Octal 70 20 231 77 132 0 50 402 121 41
Binary 111000 10000 10011001 111111 1011010 0 101000 100000010 1010001 100001

Color Harmonies of #381099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381099

Black with #381099

Text Example


Text Example

White with #381099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381099; }

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

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

background-color css

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

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

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

border-color css

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

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

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