Html Css Color HEX #38137A Persian Indigo

📋 copy color: '#38137A'

red 56 ◦ green 19 ◦ blue 122

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

Shades of Persian Indigo #38137A

Tints of Persian Indigo #38137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.93%

R = 28.43%
G = 9.64%
B = 61.93%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38137A (or 0x38137A) is known color: Persian Indigo. HEX triplet: 38, 13 and 7A. RGB value is (56,19,122). Sum of RGB (Red+Green+Blue) = 56+19+122=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #38137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38137A is #C7EC85. Grayscale: #292929. Windows color (decimal): -13102214 or 8000312. OLE color: 8000312.

HSL color Cylindrical-coordinate representation of color #38137A: hue angle of 261.55º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38137A is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 19 122 -
CMYK 0.54 0.84 0 0.52
HSL 261.55º 0.73% 0.28% -
HSV(B) 261.55º 0.84% 0.48% -
XYZ 5.38 2.71 18.65 -
YUV 41.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 56 19 122 0.54 0.84 0 0.52 261.55 0.73 0.28
Hex 38 13 7A 36 54 0 34 106 49 1C
Octal 70 23 172 66 124 0 64 406 111 34
Binary 111000 10011 1111010 110110 1010100 0 110100 100000110 1001001 11100

Color Harmonies of #38137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38137A

Black with #38137A

Text Example


Text Example

White with #38137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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