Html Css Color HEX #330583 Persian Indigo

📋 copy color: '#330583'

red 51 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #330583

Tints of Persian Indigo #330583

RGB

 RED value IS 51 (20.31% from 255) = 27.27%

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

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 27.27%
G = 2.67%
B = 70.05%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#330583 (or 0x330583) is known color: Persian Indigo. HEX triplet: 33, 05 and 83. RGB value is (51,5,131). Sum of RGB (Red+Green+Blue) = 51+5+131=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #330583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330583 is #CCFA7C. Grayscale: #202020. Windows color (decimal): -13433469 or 8586547. OLE color: 8586547.

HSL color Cylindrical-coordinate representation of color #330583: hue angle of 261.9º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330583 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 5 131 -
CMYK 0.61 0.96 0 0.49
HSL 261.9º 0.93% 0.27% -
HSV(B) 261.9º 0.96% 0.51% -
XYZ 5.52 2.45 21.66 -
YUV 33.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 51 5 131 0.61 0.96 0 0.49 261.9 0.93 0.27
Hex 33 5 83 3D 60 0 31 106 5D 1B
Octal 63 5 203 75 140 0 61 406 135 33
Binary 110011 101 10000011 111101 1100000 0 110001 100000110 1011101 11011

Color Harmonies of #330583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330583

Black with #330583

Text Example


Text Example

White with #330583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330583; }

 p { color: rgb(51,5,131); }

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

background-color css

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

 a { background-color: rgb(51,5,131); }

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

border-color css

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

 span { border-color: rgb(51,5,131); }

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