Html Css Color HEX #38199B Persian Indigo

📋 copy color: '#38199B'

red 56 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #38199B

Tints of Persian Indigo #38199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 23.73%
G = 10.59%
B = 65.68%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38199B (or 0x38199B) is known color: Persian Indigo. HEX triplet: 38, 19 and 9B. RGB value is (56,25,155). Sum of RGB (Red+Green+Blue) = 56+25+155=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #38199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38199B is #C7E664. Grayscale: #303030. Windows color (decimal): -13100645 or 10164536. OLE color: 10164536.

HSL color Cylindrical-coordinate representation of color #38199B: hue angle of 254.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38199B is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 25 155 -
CMYK 0.64 0.84 0 0.39
HSL 254.31º 0.72% 0.35% -
HSV(B) 254.31º 0.84% 0.61% -
XYZ 7.89 3.9 31.35 -
YUV 49.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 56 25 155 0.64 0.84 0 0.39 254.31 0.72 0.35
Hex 38 19 9B 40 54 0 27 FE 48 23
Octal 70 31 233 100 124 0 47 376 110 43
Binary 111000 11001 10011011 1000000 1010100 0 100111 11111110 1001000 100011

Color Harmonies of #38199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38199B

Black with #38199B

Text Example


Text Example

White with #38199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38199B; }

 p { color: rgb(56,25,155); }

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

background-color css

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

 a { background-color: rgb(56,25,155); }

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

border-color css

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

 span { border-color: rgb(56,25,155); }

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