Html Css Color HEX #38116E Persian Indigo

📋 copy color: '#38116E'

red 56 ◦ green 17 ◦ blue 110

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

Shades of Persian Indigo #38116E

Tints of Persian Indigo #38116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 30.6%
G = 9.29%
B = 60.11%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38116E (or 0x38116E) is known color: Persian Indigo. HEX triplet: 38, 11 and 6E. RGB value is (56,17,110). Sum of RGB (Red+Green+Blue) = 56+17+110=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #38116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38116E is #C7EE91. Grayscale: #262626. Windows color (decimal): -13102738 or 7213368. OLE color: 7213368.

HSL color Cylindrical-coordinate representation of color #38116E: hue angle of 265.16º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38116E is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 17 110 -
CMYK 0.49 0.85 0 0.57
HSL 265.16º 0.73% 0.25% -
HSV(B) 265.16º 0.85% 0.43% -
XYZ 4.65 2.37 14.96 -
YUV 39.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 56 17 110 0.49 0.85 0 0.57 265.16 0.73 0.25
Hex 38 11 6E 31 55 0 39 109 49 19
Octal 70 21 156 61 125 0 71 411 111 31
Binary 111000 10001 1101110 110001 1010101 0 111001 100001001 1001001 11001

Color Harmonies of #38116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38116E

Black with #38116E

Text Example


Text Example

White with #38116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38116E; }

 p { color: rgb(56,17,110); }

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

background-color css

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

 a { background-color: rgb(56,17,110); }

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

border-color css

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

 span { border-color: rgb(56,17,110); }

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