Html Css Color HEX #38137E Persian Indigo

📋 copy color: '#38137E'

red 56 ◦ green 19 ◦ blue 126

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

Shades of Persian Indigo #38137E

Tints of Persian Indigo #38137E

RGB

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

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

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

R = 27.86%
G = 9.45%
B = 62.69%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38137E (or 0x38137E) is known color: Persian Indigo. HEX triplet: 38, 13 and 7E. RGB value is (56,19,126). Sum of RGB (Red+Green+Blue) = 56+19+126=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #38137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38137E is #C7EC81. Grayscale: #292929. Windows color (decimal): -13102210 or 8262456. OLE color: 8262456.

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

Color convert

RGB 56 19 126 -
CMYK 0.56 0.85 0 0.51
HSL 260.75º 0.74% 0.28% -
HSV(B) 260.75º 0.85% 0.49% -
XYZ 5.63 2.81 19.98 -
YUV 42.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 56 19 126 0.56 0.85 0 0.51 260.75 0.74 0.28
Hex 38 13 7E 38 55 0 33 105 4A 1C
Octal 70 23 176 70 125 0 63 405 112 34
Binary 111000 10011 1111110 111000 1010101 0 110011 100000101 1001010 11100

Color Harmonies of #38137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38137E

Black with #38137E

Text Example


Text Example

White with #38137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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