Html Css Color HEX #30057A Persian Indigo

📋 copy color: '#30057A'

red 48 ◦ green 5 ◦ blue 122

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

Shades of Persian Indigo #30057A

Tints of Persian Indigo #30057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 122 (48.05% from 255) = 69.71%

R = 27.43%
G = 2.86%
B = 69.71%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30057A (or 0x30057A) is known color: Persian Indigo. HEX triplet: 30, 05 and 7A. RGB value is (48,5,122). Sum of RGB (Red+Green+Blue) = 48+5+122=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #30057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30057A is #CFFA85. Grayscale: #1E1E1E. Windows color (decimal): -13630086 or 7996720. OLE color: 7996720.

HSL color Cylindrical-coordinate representation of color #30057A: hue angle of 262.05º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30057A is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 5 122 -
CMYK 0.61 0.96 0 0.52
HSL 262.05º 0.92% 0.25% -
HSV(B) 262.05º 0.96% 0.48% -
XYZ 4.79 2.14 18.57 -
YUV 31.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 48 5 122 0.61 0.96 0 0.52 262.05 0.92 0.25
Hex 30 5 7A 3D 60 0 34 106 5C 19
Octal 60 5 172 75 140 0 64 406 134 31
Binary 110000 101 1111010 111101 1100000 0 110100 100000110 1011100 11001

Color Harmonies of #30057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30057A

Black with #30057A

Text Example


Text Example

White with #30057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30057A; }

 p { color: rgb(48,5,122); }

 H1.HeaderClassName
 {
   color: #30057A;
 }
 .AnyTagClassName
 {
   color: #30057A;
 }
</style>

background-color css

<style>
 a { background-color: #30057A; }

 a { background-color: rgb(48,5,122); }

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

border-color css

<style>
 span { border-color: #30057A; }

 span { border-color: rgb(48,5,122); }

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