Html Css Color HEX #300165 Persian Indigo

📋 copy color: '#300165'

red 48 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #300165

Tints of Persian Indigo #300165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 32%
G = 0.67%
B = 67.33%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#300165 (or 0x300165) is known color: Persian Indigo. HEX triplet: 30, 01 and 65. RGB value is (48,1,101). Sum of RGB (Red+Green+Blue) = 48+1+101=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #300165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300165 is #CFFE9A. Grayscale: #1A1A1A. Windows color (decimal): -13631131 or 6619440. OLE color: 6619440.

HSL color Cylindrical-coordinate representation of color #300165: hue angle of 268.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300165 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 1 101 -
CMYK 0.52 0.99 0 0.60
HSL 268.2º 0.98% 0.2% -
HSV(B) 268.2º 0.99% 0.4% -
XYZ 3.58 1.59 12.43 -
YUV 26.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 48 1 101 0.52 0.99 0 0.60 268.2 0.98 0.2
Hex 30 1 65 34 63 0 3C 10C 62 14
Octal 60 1 145 64 143 0 74 414 142 24
Binary 110000 1 1100101 110100 1100011 0 111100 100001100 1100010 10100

Color Harmonies of #300165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300165

Black with #300165

Text Example


Text Example

White with #300165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300165; }

 p { color: rgb(48,1,101); }

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

background-color css

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

 a { background-color: rgb(48,1,101); }

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

border-color css

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

 span { border-color: rgb(48,1,101); }

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