Html Css Color HEX #4B00CD Han Purple

📋 copy color: '#4B00CD'

red 75 ◦ green 0 ◦ blue 205

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

Shades of Han Purple #4B00CD

Tints of Han Purple #4B00CD

RGB

 RED value IS 75 (29.69% from 255) = 26.79%

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

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 26.79%
G = 0%
B = 73.21%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B00CD (or 0x4B00CD) is known color: Han Purple. HEX triplet: 4B, 00 and CD. RGB value is (75,0,205). Sum of RGB (Red+Green+Blue) = 75+0+205=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00CD is #B4FF32. Grayscale: #2D2D2D. Windows color (decimal): -11861811 or 13434955. OLE color: 13434955.

HSL color Cylindrical-coordinate representation of color #4B00CD: hue angle of 261.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00CD is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 0 205 -
CMYK 0.63 1 0 0.20
HSL 261.95º 1% 0.4% -
HSV(B) 261.95º 1% 0.8% -
XYZ 13.92 5.9 58.16 -
YUV 45.8 217.85 148.83 -
System Red Green Blue C M Y K H S L
Decimal 75 0 205 0.63 1 0 0.20 261.95 1 0.4
Hex 4B 0 CD 3F 64 0 14 106 64 28
Octal 113 0 315 77 144 0 24 406 144 50
Binary 1001011 0 11001101 111111 1100100 0 10100 100000110 1100100 101000

Color Harmonies of #4B00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B00CD

Black with #4B00CD

Text Example


Text Example

White with #4B00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B00CD; }

 p { color: rgb(75,0,205); }

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

background-color css

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

 a { background-color: rgb(75,0,205); }

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

border-color css

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

 span { border-color: rgb(75,0,205); }

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