Html Css Color HEX #230664 Persian Indigo

📋 copy color: '#230664'

red 35 ◦ green 6 ◦ blue 100

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

Shades of Persian Indigo #230664

Tints of Persian Indigo #230664

RGB

 RED value IS 35 (14.06% from 255) = 24.82%

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 100 (39.45% from 255) = 70.92%

R = 24.82%
G = 4.26%
B = 70.92%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230664 (or 0x230664) is known color: Persian Indigo. HEX triplet: 23, 06 and 64. RGB value is (35,6,100). Sum of RGB (Red+Green+Blue) = 35+6+100=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #230664 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230664 is #DCF99B. Grayscale: #191919. Windows color (decimal): -14481820 or 6555171. OLE color: 6555171.

HSL color Cylindrical-coordinate representation of color #230664: hue angle of 258.51º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230664 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 6 100 -
CMYK 0.65 0.94 0 0.61
HSL 258.51º 0.89% 0.21% -
HSV(B) 258.51º 0.94% 0.39% -
XYZ 3.06 1.41 12.17 -
YUV 25.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 35 6 100 0.65 0.94 0 0.61 258.51 0.89 0.21
Hex 23 6 64 41 5E 0 3D 103 59 15
Octal 43 6 144 101 136 0 75 403 131 25
Binary 100011 110 1100100 1000001 1011110 0 111101 100000011 1011001 10101

Color Harmonies of #230664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230664

Black with #230664

Text Example


Text Example

White with #230664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230664; }

 p { color: rgb(35,6,100); }

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

background-color css

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

 a { background-color: rgb(35,6,100); }

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

border-color css

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

 span { border-color: rgb(35,6,100); }

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