Html Css Color HEX #38196F Persian Indigo

📋 copy color: '#38196F'

red 56 ◦ green 25 ◦ blue 111

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

Shades of Persian Indigo #38196F

Tints of Persian Indigo #38196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 29.17%
G = 13.02%
B = 57.81%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38196F (or 0x38196F) is known color: Persian Indigo. HEX triplet: 38, 19 and 6F. RGB value is (56,25,111). Sum of RGB (Red+Green+Blue) = 56+25+111=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #38196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38196F is #C7E690. Grayscale: #2B2B2B. Windows color (decimal): -13100689 or 7280952. OLE color: 7280952.

HSL color Cylindrical-coordinate representation of color #38196F: hue angle of 261.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38196F is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 25 111 -
CMYK 0.50 0.77 0 0.56
HSL 261.63º 0.63% 0.27% -
HSV(B) 261.63º 0.77% 0.44% -
XYZ 4.85 2.68 15.3 -
YUV 44.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 56 25 111 0.50 0.77 0 0.56 261.63 0.63 0.27
Hex 38 19 6F 32 4D 0 38 106 3F 1B
Octal 70 31 157 62 115 0 70 406 77 33
Binary 111000 11001 1101111 110010 1001101 0 111000 100000110 111111 11011

Color Harmonies of #38196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38196F

Black with #38196F

Text Example


Text Example

White with #38196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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