Html Css Color HEX #30257C Persian Indigo

📋 copy color: '#30257C'

red 48 ◦ green 37 ◦ blue 124

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

Shades of Persian Indigo #30257C

Tints of Persian Indigo #30257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 22.97%
G = 17.7%
B = 59.33%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30257C (or 0x30257C) is known color: Persian Indigo. HEX triplet: 30, 25 and 7C. RGB value is (48,37,124). Sum of RGB (Red+Green+Blue) = 48+37+124=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #30257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30257C is #CFDA83. Grayscale: #313131. Windows color (decimal): -13621892 or 8135984. OLE color: 8135984.

HSL color Cylindrical-coordinate representation of color #30257C: hue angle of 247.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30257C is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 37 124 -
CMYK 0.61 0.70 0 0.51
HSL 247.59º 0.54% 0.32% -
HSV(B) 247.59º 0.7% 0.49% -
XYZ 5.52 3.41 19.44 -
YUV 50.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 48 37 124 0.61 0.70 0 0.51 247.59 0.54 0.32
Hex 30 25 7C 3D 46 0 33 F8 36 20
Octal 60 45 174 75 106 0 63 370 66 40
Binary 110000 100101 1111100 111101 1000110 0 110011 11111000 110110 100000

Color Harmonies of #30257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30257C

Black with #30257C

Text Example


Text Example

White with #30257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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