Html Css Color HEX #38127C Persian Indigo

📋 copy color: '#38127C'

red 56 ◦ green 18 ◦ blue 124

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

Shades of Persian Indigo #38127C

Tints of Persian Indigo #38127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 124 (48.83% from 255) = 62.63%

R = 28.28%
G = 9.09%
B = 62.63%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38127C (or 0x38127C) is known color: Persian Indigo. HEX triplet: 38, 12 and 7C. RGB value is (56,18,124). Sum of RGB (Red+Green+Blue) = 56+18+124=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #38127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38127C is #C7ED83. Grayscale: #292929. Windows color (decimal): -13102468 or 8131128. OLE color: 8131128.

HSL color Cylindrical-coordinate representation of color #38127C: hue angle of 261.51º degrees, saturation: 0.75, 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 #38127C is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 18 124 -
CMYK 0.55 0.85 0 0.51
HSL 261.51º 0.75% 0.28% -
HSV(B) 261.51º 0.85% 0.49% -
XYZ 5.49 2.73 19.31 -
YUV 41.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 56 18 124 0.55 0.85 0 0.51 261.51 0.75 0.28
Hex 38 12 7C 37 55 0 33 106 4B 1C
Octal 70 22 174 67 125 0 63 406 113 34
Binary 111000 10010 1111100 110111 1010101 0 110011 100000110 1001011 11100

Color Harmonies of #38127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38127C

Black with #38127C

Text Example


Text Example

White with #38127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38127C; }

 p { color: rgb(56,18,124); }

 H1.HeaderClassName
 {
   color: #38127C;
 }
 .AnyTagClassName
 {
   color: #38127C;
 }
</style>

background-color css

<style>
 a { background-color: #38127C; }

 a { background-color: rgb(56,18,124); }

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

border-color css

<style>
 span { border-color: #38127C; }

 span { border-color: rgb(56,18,124); }

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