Html Css Color HEX #381898 Persian Indigo

📋 copy color: '#381898'

red 56 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #381898

Tints of Persian Indigo #381898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 24.14%
G = 10.34%
B = 65.52%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#381898 (or 0x381898) is known color: Persian Indigo. HEX triplet: 38, 18 and 98. RGB value is (56,24,152). Sum of RGB (Red+Green+Blue) = 56+24+152=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #381898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381898 is #C7E767. Grayscale: #2F2F2F. Windows color (decimal): -13100904 or 9967672. OLE color: 9967672.

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

Color convert

RGB 56 24 152 -
CMYK 0.63 0.84 0 0.40
HSL 255º 0.73% 0.35% -
HSV(B) 255º 0.84% 0.6% -
XYZ 7.63 3.76 30.03 -
YUV 48.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 56 24 152 0.63 0.84 0 0.40 255 0.73 0.35
Hex 38 18 98 3F 54 0 28 FF 49 23
Octal 70 30 230 77 124 0 50 377 111 43
Binary 111000 11000 10011000 111111 1010100 0 101000 11111111 1001001 100011

Color Harmonies of #381898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381898

Black with #381898

Text Example


Text Example

White with #381898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381898; }

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

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

background-color css

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

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

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

border-color css

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

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

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