Html Css Color HEX #381C99 Persian Indigo

📋 copy color: '#381C99'

red 56 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #381C99

Tints of Persian Indigo #381C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 23.63%
G = 11.81%
B = 64.56%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#381C99 (or 0x381C99) is known color: Persian Indigo. HEX triplet: 38, 1C and 99. RGB value is (56,28,153). Sum of RGB (Red+Green+Blue) = 56+28+153=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #381C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C99 is #C7E366. Grayscale: #323232. Windows color (decimal): -13099879 or 10034232. OLE color: 10034232.

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

Color convert

RGB 56 28 153 -
CMYK 0.63 0.82 0 0.4
HSL 253.44º 0.69% 0.35% -
HSV(B) 253.44º 0.82% 0.6% -
XYZ 7.8 3.97 30.49 -
YUV 50.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 56 28 153 0.63 0.82 0 0.4 253.44 0.69 0.35
Hex 38 1C 99 3F 52 0 28 FD 45 23
Octal 70 34 231 77 122 0 50 375 105 43
Binary 111000 11100 10011001 111111 1010010 0 101000 11111101 1000101 100011

Color Harmonies of #381C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C99

Black with #381C99

Text Example


Text Example

White with #381C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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