Html Css Color HEX #38176F Persian Indigo

📋 copy color: '#38176F'

red 56 ◦ green 23 ◦ blue 111

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

Shades of Persian Indigo #38176F

Tints of Persian Indigo #38176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

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

R = 29.47%
G = 12.11%
B = 58.42%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38176F (or 0x38176F) is known color: Persian Indigo. HEX triplet: 38, 17 and 6F. RGB value is (56,23,111). Sum of RGB (Red+Green+Blue) = 56+23+111=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #38176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38176F is #C7E890. Grayscale: #2A2A2A. Windows color (decimal): -13101201 or 7280440. OLE color: 7280440.

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

Color convert

RGB 56 23 111 -
CMYK 0.50 0.79 0 0.56
HSL 262.5º 0.66% 0.26% -
HSV(B) 262.5º 0.79% 0.44% -
XYZ 4.81 2.6 15.29 -
YUV 42.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 56 23 111 0.50 0.79 0 0.56 262.5 0.66 0.26
Hex 38 17 6F 32 4F 0 38 106 42 1A
Octal 70 27 157 62 117 0 70 406 102 32
Binary 111000 10111 1101111 110010 1001111 0 111000 100000110 1000010 11010

Color Harmonies of #38176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38176F

Black with #38176F

Text Example


Text Example

White with #38176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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