Html Css Color HEX #38137F Persian Indigo

📋 copy color: '#38137F'

red 56 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #38137F

Tints of Persian Indigo #38137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 127 (50% from 255) = 62.87%

R = 27.72%
G = 9.41%
B = 62.87%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38137F (or 0x38137F) is known color: Persian Indigo. HEX triplet: 38, 13 and 7F. RGB value is (56,19,127). Sum of RGB (Red+Green+Blue) = 56+19+127=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #38137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38137F is #C7EC80. Grayscale: #292929. Windows color (decimal): -13102209 or 8327992. OLE color: 8327992.

HSL color Cylindrical-coordinate representation of color #38137F: hue angle of 260.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38137F is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 19 127 -
CMYK 0.56 0.85 0 0.50
HSL 260.56º 0.74% 0.29% -
HSV(B) 260.56º 0.85% 0.5% -
XYZ 5.69 2.84 20.33 -
YUV 42.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 56 19 127 0.56 0.85 0 0.50 260.56 0.74 0.29
Hex 38 13 7F 38 55 0 32 105 4A 1D
Octal 70 23 177 70 125 0 62 405 112 35
Binary 111000 10011 1111111 111000 1010101 0 110010 100000101 1001010 11101

Color Harmonies of #38137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38137F

Black with #38137F

Text Example


Text Example

White with #38137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,19,127); }

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

background-color css

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

 a { background-color: rgb(56,19,127); }

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

border-color css

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

 span { border-color: rgb(56,19,127); }

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