Html Css Color HEX #381398 Persian Indigo

📋 copy color: '#381398'

red 56 ◦ green 19 ◦ blue 152

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

Shades of Persian Indigo #381398

Tints of Persian Indigo #381398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

 BLUE value IS 152 (59.77% from 255) = 66.96%

R = 24.67%
G = 8.37%
B = 66.96%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#381398 (or 0x381398) is known color: Persian Indigo. HEX triplet: 38, 13 and 98. RGB value is (56,19,152). Sum of RGB (Red+Green+Blue) = 56+19+152=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #381398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381398 is #C7EC67. Grayscale: #2C2C2C. Windows color (decimal): -13102184 or 9966392. OLE color: 9966392.

HSL color Cylindrical-coordinate representation of color #381398: hue angle of 256.69º degrees, saturation: 0.78, 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 #381398 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 19 152 -
CMYK 0.63 0.87 0 0.40
HSL 256.69º 0.78% 0.34% -
HSV(B) 256.69º 0.88% 0.6% -
XYZ 7.53 3.57 30 -
YUV 45.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 56 19 152 0.63 0.87 0 0.40 256.69 0.78 0.34
Hex 38 13 98 3F 57 0 28 101 4E 22
Octal 70 23 230 77 127 0 50 401 116 42
Binary 111000 10011 10011000 111111 1010111 0 101000 100000001 1001110 100010

Color Harmonies of #381398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381398

Black with #381398

Text Example


Text Example

White with #381398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381398; }

 p { color: rgb(56,19,152); }

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

background-color css

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

 a { background-color: rgb(56,19,152); }

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

border-color css

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

 span { border-color: rgb(56,19,152); }

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