Html Css Color HEX #30068A Persian Indigo

📋 copy color: '#30068A'

red 48 ◦ green 6 ◦ blue 138

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

Shades of Persian Indigo #30068A

Tints of Persian Indigo #30068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 138 (54.3% from 255) = 71.88%

R = 25%
G = 3.13%
B = 71.88%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30068A (or 0x30068A) is known color: Persian Indigo. HEX triplet: 30, 06 and 8A. RGB value is (48,6,138). Sum of RGB (Red+Green+Blue) = 48+6+138=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #30068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30068A is #CFF975. Grayscale: #212121. Windows color (decimal): -13629814 or 9045552. OLE color: 9045552.

HSL color Cylindrical-coordinate representation of color #30068A: hue angle of 259.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30068A is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 6 138 -
CMYK 0.65 0.96 0 0.46
HSL 259.09º 0.92% 0.28% -
HSV(B) 259.09º 0.96% 0.54% -
XYZ 5.87 2.59 24.24 -
YUV 33.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 48 6 138 0.65 0.96 0 0.46 259.09 0.92 0.28
Hex 30 6 8A 41 60 0 2E 103 5C 1C
Octal 60 6 212 101 140 0 56 403 134 34
Binary 110000 110 10001010 1000001 1100000 0 101110 100000011 1011100 11100

Color Harmonies of #30068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30068A

Black with #30068A

Text Example


Text Example

White with #30068A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,6,138); }

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

background-color css

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

 a { background-color: rgb(48,6,138); }

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

border-color css

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

 span { border-color: rgb(48,6,138); }

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