Html Css Color HEX #30157D Persian Indigo

📋 copy color: '#30157D'

red 48 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #30157D

Tints of Persian Indigo #30157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 24.74%
G = 10.82%
B = 64.43%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30157D (or 0x30157D) is known color: Persian Indigo. HEX triplet: 30, 15 and 7D. RGB value is (48,21,125). Sum of RGB (Red+Green+Blue) = 48+21+125=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #30157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30157D is #CFEA82. Grayscale: #282828. Windows color (decimal): -13625987 or 8197424. OLE color: 8197424.

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

Color convert

RGB 48 21 125 -
CMYK 0.62 0.83 0 0.51
HSL 255.58º 0.71% 0.29% -
HSV(B) 255.58º 0.83% 0.49% -
XYZ 5.19 2.65 19.64 -
YUV 40.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 48 21 125 0.62 0.83 0 0.51 255.58 0.71 0.29
Hex 30 15 7D 3E 53 0 33 100 47 1D
Octal 60 25 175 76 123 0 63 400 107 35
Binary 110000 10101 1111101 111110 1010011 0 110011 100000000 1000111 11101

Color Harmonies of #30157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30157D

Black with #30157D

Text Example


Text Example

White with #30157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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