Html Css Color HEX #30006F Persian Indigo

📋 copy color: '#30006F'

red 48 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #30006F

Tints of Persian Indigo #30006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 69.81%

R = 30.19%
G = 0%
B = 69.81%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30006F (or 0x30006F) is known color: Persian Indigo. HEX triplet: 30, 00 and 6F. RGB value is (48,0,111). Sum of RGB (Red+Green+Blue) = 48+0+111=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #30006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30006F is #CFFF90. Grayscale: #1A1A1A. Windows color (decimal): -13631377 or 7274544. OLE color: 7274544.

HSL color Cylindrical-coordinate representation of color #30006F: hue angle of 265.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30006F is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 0 111 -
CMYK 0.57 1 0 0.56
HSL 265.95º 1% 0.22% -
HSV(B) 265.95º 1% 0.44% -
XYZ 4.09 1.78 15.17 -
YUV 27.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 48 0 111 0.57 1 0 0.56 265.95 1 0.22
Hex 30 0 6F 39 64 0 38 10A 64 16
Octal 60 0 157 71 144 0 70 412 144 26
Binary 110000 0 1101111 111001 1100100 0 111000 100001010 1100100 10110

Color Harmonies of #30006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30006F

Black with #30006F

Text Example


Text Example

White with #30006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,0,111); }

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

background-color css

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

 a { background-color: rgb(48,0,111); }

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

border-color css

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

 span { border-color: rgb(48,0,111); }

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