Html Css Color HEX #30157C Persian Indigo

📋 copy color: '#30157C'

red 48 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #30157C

Tints of Persian Indigo #30157C

RGB

 RED value IS 48 (19.14% from 255) = 24.87%

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 24.87%
G = 10.88%
B = 64.25%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30157C (or 0x30157C) is known color: Persian Indigo. HEX triplet: 30, 15 and 7C. RGB value is (48,21,124). Sum of RGB (Red+Green+Blue) = 48+21+124=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #30157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30157C is #CFEA83. Grayscale: #282828. Windows color (decimal): -13625988 or 8131888. OLE color: 8131888.

HSL color Cylindrical-coordinate representation of color #30157C: hue angle of 255.73º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30157C is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 21 124 -
CMYK 0.61 0.83 0 0.51
HSL 255.73º 0.71% 0.28% -
HSV(B) 255.73º 0.83% 0.49% -
XYZ 5.13 2.62 19.3 -
YUV 40.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 48 21 124 0.61 0.83 0 0.51 255.73 0.71 0.28
Hex 30 15 7C 3D 53 0 33 100 47 1C
Octal 60 25 174 75 123 0 63 400 107 34
Binary 110000 10101 1111100 111101 1010011 0 110011 100000000 1000111 11100

Color Harmonies of #30157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30157C

Black with #30157C

Text Example


Text Example

White with #30157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,21,124); }

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

background-color css

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

 a { background-color: rgb(48,21,124); }

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

border-color css

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

 span { border-color: rgb(48,21,124); }

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