Html Css Color HEX #30157F Persian Indigo

📋 copy color: '#30157F'

red 48 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #30157F

Tints of Persian Indigo #30157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.8%

R = 24.49%
G = 10.71%
B = 64.8%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30157F (or 0x30157F) is known color: Persian Indigo. HEX triplet: 30, 15 and 7F. RGB value is (48,21,127). Sum of RGB (Red+Green+Blue) = 48+21+127=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #30157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30157F is #CFEA80. Grayscale: #282828. Windows color (decimal): -13625985 or 8328496. OLE color: 8328496.

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

Color convert

RGB 48 21 127 -
CMYK 0.62 0.83 0 0.50
HSL 255.28º 0.72% 0.29% -
HSV(B) 255.28º 0.83% 0.5% -
XYZ 5.32 2.7 20.32 -
YUV 41.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 48 21 127 0.62 0.83 0 0.50 255.28 0.72 0.29
Hex 30 15 7F 3E 53 0 32 FF 48 1D
Octal 60 25 177 76 123 0 62 377 110 35
Binary 110000 10101 1111111 111110 1010011 0 110010 11111111 1001000 11101

Color Harmonies of #30157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30157F

Black with #30157F

Text Example


Text Example

White with #30157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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