Html Css Color HEX #3D09CA Han Purple

📋 copy color: '#3D09CA'

red 61 ◦ green 9 ◦ blue 202

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

Shades of Han Purple #3D09CA

Tints of Han Purple #3D09CA

RGB

 RED value IS 61 (24.22% from 255) = 22.43%

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 22.43%
G = 3.31%
B = 74.26%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D09CA (or 0x3D09CA) is known color: Han Purple. HEX triplet: 3D, 09 and CA. RGB value is (61,9,202). Sum of RGB (Red+Green+Blue) = 61+9+202=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D09CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09CA is #C2F635. Grayscale: #2D2D2D. Windows color (decimal): -12777014 or 13240637. OLE color: 13240637.

HSL color Cylindrical-coordinate representation of color #3D09CA: hue angle of 256.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D09CA is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 9 202 -
CMYK 0.70 0.96 0 0.21
HSL 256.17º 0.91% 0.41% -
HSV(B) 256.17º 0.96% 0.79% -
XYZ 12.68 5.45 56.26 -
YUV 46.55 215.73 138.31 -
System Red Green Blue C M Y K H S L
Decimal 61 9 202 0.70 0.96 0 0.21 256.17 0.91 0.41
Hex 3D 9 CA 46 60 0 15 100 5B 29
Octal 75 11 312 106 140 0 25 400 133 51
Binary 111101 1001 11001010 1000110 1100000 0 10101 100000000 1011011 101001

Color Harmonies of #3D09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D09CA

Black with #3D09CA

Text Example


Text Example

White with #3D09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D09CA; }

 p { color: rgb(61,9,202); }

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

background-color css

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

 a { background-color: rgb(61,9,202); }

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

border-color css

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

 span { border-color: rgb(61,9,202); }

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