Html Css Color HEX #38117E Persian Indigo

📋 copy color: '#38117E'

red 56 ◦ green 17 ◦ blue 126

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

Shades of Persian Indigo #38117E

Tints of Persian Indigo #38117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.32%

R = 28.14%
G = 8.54%
B = 63.32%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38117E (or 0x38117E) is known color: Persian Indigo. HEX triplet: 38, 11 and 7E. RGB value is (56,17,126). Sum of RGB (Red+Green+Blue) = 56+17+126=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #38117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38117E is #C7EE81. Grayscale: #282828. Windows color (decimal): -13102722 or 8261944. OLE color: 8261944.

HSL color Cylindrical-coordinate representation of color #38117E: hue angle of 261.47º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38117E is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 17 126 -
CMYK 0.56 0.87 0 0.51
HSL 261.47º 0.76% 0.28% -
HSV(B) 261.47º 0.87% 0.49% -
XYZ 5.6 2.75 19.97 -
YUV 41.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 56 17 126 0.56 0.87 0 0.51 261.47 0.76 0.28
Hex 38 11 7E 38 57 0 33 105 4C 1C
Octal 70 21 176 70 127 0 63 405 114 34
Binary 111000 10001 1111110 111000 1010111 0 110011 100000101 1001100 11100

Color Harmonies of #38117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38117E

Black with #38117E

Text Example


Text Example

White with #38117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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