Html Css Color HEX #38199C Persian Indigo

📋 copy color: '#38199C'

red 56 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #38199C

Tints of Persian Indigo #38199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.82%

R = 23.63%
G = 10.55%
B = 65.82%

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

#38199C (or 0x38199C) is known color: Persian Indigo. HEX triplet: 38, 19 and 9C. RGB value is (56,25,156). Sum of RGB (Red+Green+Blue) = 56+25+156=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #38199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38199C is #C7E663. Grayscale: #303030. Windows color (decimal): -13100644 or 10230072. OLE color: 10230072.

HSL color Cylindrical-coordinate representation of color #38199C: hue angle of 254.2º 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 #38199C is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 25 156 -
CMYK 0.64 0.84 0 0.39
HSL 254.2º 0.72% 0.35% -
HSV(B) 254.2º 0.84% 0.61% -
XYZ 7.98 3.94 31.79 -
YUV 49.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 56 25 156 0.64 0.84 0 0.39 254.2 0.72 0.35
Hex 38 19 9C 40 54 0 27 FE 48 23
Octal 70 31 234 100 124 0 47 376 110 43
Binary 111000 11001 10011100 1000000 1010100 0 100111 11111110 1001000 100011

Color Harmonies of #38199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38199C

Black with #38199C

Text Example


Text Example

White with #38199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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